.text-image-stretch-2 {
  position: relative;
  margin: 3rem 0;
}
@media (min-width: 1024px) {
  .text-image-stretch-2 {
    margin: 0 0 3rem;
  }
}
.text-image-stretch-2__wrap {
  display: flex;
  flex-direction: column-reverse;
  background-color: #F5F8FF;
  border-radius: 16px;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .text-image-stretch-2__wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2rem 2.5rem 0 4.5rem;
  }
}
@media (min-width: 1024px) {
  .text-image-stretch-2.reversed .text-image-stretch-2__wrap {
    flex-direction: row-reverse;
    padding: 2rem 3rem 0 0.5rem;
  }
}
@media (min-width: 1440px) {
  .text-image-stretch-2.reversed .text-image-stretch-2__text-side {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 1024px) {
  .text-image-stretch-2.reversed .text-image-stretch-2__text-side h2, .text-image-stretch-2.reversed .text-image-stretch-2__text-side h3, .text-image-stretch-2.reversed .text-image-stretch-2__text-side h4 {
    max-width: 28rem;
  }
}
@media (min-width: 1024px) {
  .text-image-stretch-2.reversed .text-image-stretch-2__text-side .text-image-stretch-2__copy {
    max-width: 28rem;
  }
}
@media (min-width: 1279px) {
  .text-image-stretch-2.reversed .text-image-stretch-2__text-side .text-image-stretch-2__btns {
    flex-flow: row;
  }
}
.text-image-stretch-2.reversed .text-image-stretch-2__text-side .text-image-stretch-2__btns .btn {
  gap: 0.5rem;
  font-size: 0.98rem;
}
@media (min-width: 1024px) {
  .text-image-stretch-2.reversed .text-image-stretch-2__image-side {
    padding: 0 0.5rem 0 0;
  }
}
.text-image-stretch-2__tag {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  margin-bottom: 1rem;
  color: var(--purple);
  font-size: var(--h6-font-size-mobile);
  font-weight: var(--header-font-weight);
  margin-top: 0;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .text-image-stretch-2__tag {
    font-size: var(--h6-font-size);
  }
}
.text-image-stretch-2__image-side {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .text-image-stretch-2__image-side {
    width: 50%;
    padding-left: 1rem;
    margin: auto 0 0 0;
  }
}
.text-image-stretch-2__image-side img {
  display: block;
  margin: 0 auto;
  border-radius: 0.88rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .text-image-stretch-2__image-side img {
    min-width: 65%;
    max-width: 73%;
  }
}
.text-image-stretch-2__text-side {
  padding: 0;
}
@media (min-width: 1024px) {
  .text-image-stretch-2__text-side {
    width: 50%;
    padding: 0 3rem 0 0;
  }
}
.text-image-stretch-2__text-side h2 {
  font-size: var(--h2-font-size-mobile);
  margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
}
.text-image-stretch-2__text-side h3 {
  font-size: var(--h3-font-size-mobile);
  margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
}
.text-image-stretch-2__text-side h4 {
  font-size: var(--h4-font-size-mobile);
  margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
}
.text-image-stretch-2__text-side h5 {
  font-size: var(--h5-font-size-mobile);
  margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
}
.text-image-stretch-2__text-side h6 {
  font-size: var(--h6-font-size-mobile);
  margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
}
@media (min-width: 768px) {
  .text-image-stretch-2__text-side h2 {
    font-size: var(--h2-font-size);
    margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
  }
  .text-image-stretch-2__text-side h3 {
    font-size: var(--h3-font-size);
    margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
  }
  .text-image-stretch-2__text-side h4 {
    font-size: var(--h4-font-size);
    margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
  }
  .text-image-stretch-2__text-side h5 {
    font-size: var(--h5-font-size);
    margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
  }
  .text-image-stretch-2__text-side h6 {
    font-size: var(--h6-font-size);
    margin-bottom: calc(var(--indentation-header-change-factor) * 1rem);
  }
}
.text-image-stretch-2__text-side h2, .text-image-stretch-2__text-side h3, .text-image-stretch-2__text-side h4, .text-image-stretch-2__text-side h5, .text-image-stretch-2__text-side h6 {
  color: var(--dark-blue);
}
.text-image-stretch-2__text-side h2 span, .text-image-stretch-2__text-side h2 strong, .text-image-stretch-2__text-side h3 span, .text-image-stretch-2__text-side h3 strong, .text-image-stretch-2__text-side h4 span, .text-image-stretch-2__text-side h4 strong, .text-image-stretch-2__text-side h5 span, .text-image-stretch-2__text-side h5 strong, .text-image-stretch-2__text-side h6 span, .text-image-stretch-2__text-side h6 strong {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.text-image-stretch-2__copy {
  color: var(--body-text);
  font-size: 1.225rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.text-image-stretch-2__copy h1, .text-image-stretch-2__copy h2, .text-image-stretch-2__copy h3, .text-image-stretch-2__copy h4, .text-image-stretch-2__copy h5, .text-image-stretch-2__copy h6 {
  color: var(--dark-blue);
}
.text-image-stretch-2__copy p, .text-image-stretch-2__copy ul, .text-image-stretch-2__copy li, .text-image-stretch-2__copy strong {
  color: inherit;
}
.text-image-stretch-2__copy p, .text-image-stretch-2__copy ul, .text-image-stretch-2__copy li, .text-image-stretch-2__copy strong, .text-image-stretch-2__copy a, .text-image-stretch-2__copy span {
  line-height: inherit;
  font-size: inherit;
}
.text-image-stretch-2__copy ul {
  margin: 0 0 1rem;
  padding: 0;
}
.text-image-stretch-2__copy ul li {
  position: relative;
  list-style-type: none;
  padding: 0 0 0 1.5rem;
  margin-bottom: calc(var(--indentation-header-change-factor) * 0.5rem);
}
@media (min-width: 768px) {
  .text-image-stretch-2__copy ul li {
    padding: 0 0 0 2rem;
  }
}
.text-image-stretch-2__copy ul li:before {
  content: url(../../../../assets/images/purple-check.svg);
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .text-image-stretch-2__copy {
    margin-bottom: 2rem;
  }
}
.text-image-stretch-2 .text-image-stretch-2__btns {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.text-image-stretch-2 .text-image-stretch-2__btns .btn {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .text-image-stretch-2 .text-image-stretch-2__btns .btn {
    margin: 0;
  }
}
