.customer-styles {
  /* START article: des-teaser */
  /* END article: des-teaser */
}

.customer-styles .template_des-teaser .content {
  grid-column: 1/7;
}

@media (min-width: 768px) {
  .customer-styles .template_des-teaser .content {
    grid-column: 2 / 16;
  }
}

.customer-styles .template_des-teaser .content .headline-container {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .customer-styles .template_des-teaser .content .headline-container {
    margin-bottom: 60px;
  }
}

.customer-styles .template_des-teaser .teaser-content {
  display: grid;
  grid-template-columns: 310px;
  gap: 32px;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
}

@media (min-width: 768px) {
  .customer-styles .template_des-teaser .teaser-content {
    grid-template-columns: repeat(auto-fit, 310px);
    gap: 10px;
    max-width: 630px;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_des-teaser .teaser-content {
    gap: 90px;
    max-width: calc(950px + 180px);
  }
}

.customer-styles .template_des-teaser .teaser-content .teaser-item {
  list-style-type: none;
  width: 310px;
  background-color: #2859b5;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .customer-styles .template_des-teaser .teaser-content .teaser-item {
    width: 310px;
  }
}

.customer-styles .template_des-teaser .teaser-content .teaser-item .image-text-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item .image-box {
  margin-bottom: 1.47em;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item-link .location-box {
  position: relative;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item-link .location-box::after {
  background-color: #fff;
  position: absolute;
  content: '';
  height: .8em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.331 13.106' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cg transform='translate(0 0.707)'%3E%3Cpath d='M0,0V8.268H8.268' transform='translate(7.071 11.692) rotate(-135)'/%3E%3Cline x1='12.498' transform='translate(0 5.724)'/%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.331 13.106' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cg transform='translate(0 0.707)'%3E%3Cpath d='M0,0V8.268H8.268' transform='translate(7.071 11.692) rotate(-135)'/%3E%3Cline x1='12.498' transform='translate(0 5.724)'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: .8em;
  top: 4px;
  right: 1.47em;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item-phone-link, .customer-styles .template_des-teaser .teaser-content .teaser-item-email-link {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex: 1;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item-buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin: auto 1.88em 1.47em;
  margin-top: auto;
}

@media (min-width: 768px) {
  .customer-styles .template_des-teaser .teaser-content .teaser-item-buttons {
    margin: auto 1.47em 1.47em;
  }
}

.customer-styles .template_des-teaser .teaser-content .teaser-item .text {
  color: #fff;
  padding: 0 1.47em 1.88em;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item .text b {
  font-family: "Delta Sans Semi Bold", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .customer-styles .template_des-teaser .teaser-content .teaser-item .text {
    padding: 0 1.47em 1.47em;
  }
}

.customer-styles .template_des-teaser .teaser-content .teaser-item .text.location {
  padding: 0 2.47em 0 1.47em;
}

.customer-styles .template_des-teaser .teaser-content .teaser-item .media-object {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.customer-styles .template_des-teaser.background-blue .teaser-item {
  background-color: #fff;
}

.customer-styles .template_des-teaser.background-blue .teaser-item-phone-link, .customer-styles .template_des-teaser.background-blue .teaser-item-email-link {
  color: #2859b5;
}

.customer-styles .template_des-teaser.background-blue .teaser-item-link .location-box::after {
  background-color: #2859b5;
}

.customer-styles .template_des-teaser.background-blue .teaser-item .text {
  color: #2859b5;
}

.customer-styles .template_des-teaser.background-blue .link-appearance-button {
  background: #fff;
  border: 1px solid #2859b5;
  color: #2859b5;
}

.customer-styles .template_des-teaser.background-blue .link-appearance-button::after {
  background-color: #2859b5;
}
