.amplienceComponent .teaserCtaSection {
  padding: 56px 16px;
}
.amplienceComponent .teaserCtaSection > div {
  margin: 0 auto;
  width: var(--desktopWidth);
}
@media (max-width: 768px) {
  .amplienceComponent .teaserCtaSection > div {
    width: var(--mobileWidth);
  }
}
.amplienceComponent .teaserCtaSection > div > .row-1 {
  padding-top: 18px;
}
@media (max-width: 768px) {
  .amplienceComponent .teaserCtaSection > div > .row-1 {
    padding-top: 0;
  }
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .snipeText {
  padding-bottom: 4px;
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .snipeText p {
  font-size: var(--font-size-h6);
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .headerText {
  margin: 4px 0 12px;
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .headerText * {
  line-height: 1.3;
  letter-spacing: 2px;
  font-stretch: condensed;
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .subHeaderText {
  margin-bottom: 12px;
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .subHeaderText p {
  margin: unset;
}
.amplienceComponent .teaserCtaSection > div > .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.amplienceComponent .teaserCtaSection > div > .row-2 > a.button {
  background-color: var(--color-text);
  border-radius: 0.25rem;
  color: var(--color-background);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.7rem;
  max-width: 212px;
  padding-top: 4px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 768px) {
  .amplienceComponent .teaserCtaSection > div > .row-2 > a.button {
    max-width: 100%;
  }
}

/*# sourceMappingURL=teaserCtaSection.css.map*/