.cta-banner {
  overflow: hidden;
}
.cta-banner .swiper-pagination {
  bottom: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .cta-banner .swiper-pagination {
    bottom: 40px;
    margin-left: 60px;
  }
}

.cta-banner__swiper-wrapper {
  height: 100%;
}
.cta-banner__swiper-wrapper .cta-banner__swiper-slide {
  height: auto;
}

.cta-banner__card {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .cta-banner__card {
    display: flex;
    flex-direction: row-reverse;
  }
}

.cta-banner__image {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .cta-banner__image {
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .cta-banner__image {
    flex: none;
    width: 55%;
  }
}
.cta-banner__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .cta-banner__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-banner__image img {
    height: 275px;
  }
}

.cta-banner__content {
  padding-right: 16px;
  padding-left: 16px;
}
@media only screen and (min-width: 992px) {
  .cta-banner__content {
    flex: 1;
    display: flex;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cta-banner__content {
    flex: none;
    width: 45%;
  }
}

.cta-banner__width {
  position: relative;
  flex-direction: column;
  display: flex;
  padding-top: 58px;
  padding-bottom: 38px;
}
@media only screen and (min-width: 992px) {
  .cta-banner__width {
    max-width: 621px;
    padding: 58px 60px;
    padding-left: 0;
  }
}

.cta-banner__heading-stamp {
  gap: 20px;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .cta-banner__heading-stamp {
    gap: 0;
  }
}

.cta-banner__heading {
  flex: 1;
}

.cta-banner__stamp {
  width: 80px;
  height: 80px;
  margin-top: -20px;
}
@media only screen and (min-width: 992px) {
  .cta-banner__stamp {
    width: 100px;
    height: 100px;
  }
}

.cta-banner__text {
  margin-top: 16px;
}

.cta-banner__buttons {
  flex-wrap: wrap;
  gap: 12px;
  display: inline-flex;
  margin-top: 20px;
}
.align-center .cta-banner__buttons {
  justify-content: center;
}
.align-right .cta-banner__buttons {
  justify-content: flex-end;
}

.cta-banner__pagination {
  height: 0;
}
