.two-column-with-image-center-on-mobile {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.two-column-with-image-center-on-mobile .two-column-with-image-center-on-mobile-inner {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-flow: row;
  gap: 80px;
  justify-content: center;
}

.two-column-with-image-center-on-mobile
  .two-column-with-image-center-on-mobile-inner.two-column-with-image-center-on-mobile-inner-reverse {
  flex-direction: row-reverse;
}
.two-column-with-image-center-on-mobile .content-section {
  width: 100%;
  max-width: 680px;
}

.two-column-with-image-center-on-mobile .image-section {
  width: 100%;
  max-width: 440px;
  min-height: 380px;
  max-height: 890px;
  position: relative;
}

.two-column-with-image-center-on-mobile .image-section .img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.two-column-with-image-center-on-mobile .image-section .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.two-column-with-image-center-on-mobile .desktop-image {
  width: 100%;
  height: auto;
}

.two-column-with-image-center-on-mobile .mobile-image {
  display: none;
  /* Hide mobile image by default */
}

@media only screen and (max-width: 767px) {
  .two-column-with-image-center-on-mobile .desktop-image {
    display: none;
    /* Hide desktop image on mobile */
  }

  .two-column-with-image-center-on-mobile .mobile-image {
    display: block;
    /* Show mobile image on mobile */
  }
}

.two-column-with-image-center-on-mobile .content-section {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}

.two-column-with-image-center-on-mobile .header-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
}

.two-column-with-image-center-on-mobile .header-content .sub {
  color: #735783;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.two-column-with-image-center-on-mobile .header-content h2 {
  color: #020202;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
  text-transform: capitalize;
}

.two-column-with-image-center-on-mobile .header-content h2.big-title {
  font-size: 52px;
  line-height: 60px;
}

.two-column-with-image-center-on-mobile .header-content h2 .highlighted {
  color: #6d4087 !important;
  font-weight: 700;
}

.two-column-with-image-center-on-mobile .content-section .wysiwyg-content * {
  font-size: 20px;
  line-height: 28px;
}

.two-column-with-image-center-on-mobile .btn {
  display: flex;
  padding: 20px 36px;
  align-items: center;
  gap: 16px;
  border-radius: 200px;
  border: 2px solid #6d4087;
  color: #6d4087;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  width: fit-content;
  transition: all ease 200ms;
  justify-content: center;
/*   box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15); */
}

.two-column-with-image-center-on-mobile .btn:hover,
.two-column-with-image-center-on-mobile .btn:active {
  background: #efe4f5;
}

.two-column-with-image-center-on-mobile .content-section.mobile-top-content {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .two-column-with-image-center-on-mobile {
    padding: 60px 20px;
  }

  .two-column-with-image-center-on-mobile .two-column-with-image-center-on-mobile-inner {
    gap: 40px;
  }

  .two-column-with-image-center-on-mobile .header-content h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;

  }

  .two-column-with-image-center-on-mobile .header-content .sub {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: 1.44px;
  }

  .two-column-with-image-center-on-mobile .header-content h2.big-title {
    font-size: 30px;
    line-height: 38px;
  }

  .two-column-with-image-center-on-mobile .content-section .wysiwyg-content * {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .two-column-with-image-center-on-mobile {
    padding: 32px 20px;
  }

  .two-column-with-image-center-on-mobile .two-column-with-image-center-on-mobile-inner,
  .two-column-with-image-center-on-mobile .two-column-with-image-center-on-mobile-inner.two-column-with-image-center-on-mobile-inner-reverse {
    flex-flow: column nowrap;
    gap: 32px;
  }

  .two-column-with-image-center-on-mobile .image-section {
    max-width: 100%;
    height: 385px;
    min-height: unset;
    max-height: unset;
  }

  .two-column-with-image-center-on-mobile .content-section .header-content {
    align-items: center;
    text-align: center;
  }
  .two-column-with-image-center-on-mobile .desktop-top-content {
    display: none;
  }
  .two-column-with-image-center-on-mobile .content-section.mobile-top-content {
    display: block;
  }
  .two-column-with-image-center-on-mobile .btn {
    width: 100%;
  }
  .two-column-with-image-center-on-mobile .btn {
    padding: 20px 32px;
  }

  
}
