.cta-with-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.cta-with-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-with-image .section-wrap-right {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.cta-with-image .section-wrap-right.content-position-reverse {
  flex-direction: row-reverse;
}

.cta-with-image .section-wrap-right .content-left {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 80px 120px;
}

.cta-with-image .section-wrap-right .content-left .content * {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
}

.cta-with-image.cta-text-black * {
  color: #000 !important;
}

.cta-with-image .section-wrap-right .content-left .btn-outlined {
  padding: 24px 64px;
  border-radius: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  text-align: center;
  justify-content: center;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  background: #0E4C84;
  transition: all ease-in-out 200ms;
  text-decoration: none;
  display: flex;
}

.cta-with-image .section-wrap-right .content-left .btn-outlined:hover {
  background: #fff;
  color: #000;
}

/* .cta-with-image .section-wrap-right .btn-outlined:active {
  background: #FAE100;
  border: solid 1.5px #FAE100;
  color: #000;
} */

.cta-with-image.cta-text-black .section-wrap-right .content-left .btn-outlined {
  border: solid 1.5px #000;
  background: #000;
  color: #fff !important;
  text-transform: uppercase;
}

.cta-with-image.cta-text-black .section-wrap-right .content-left .btn-outlined:hover {
  background: transparent;
  color: #000 !important;
}

.cta-with-image.cta-text-black .section-wrap-right .content-left .btn-outlined:active {
  background: #FAE100;
  border: solid 1.5px #FAE100;
  color: #000;
}

.cta-with-image .section-wrap-right .btn-outlined.btn-white {
  background: #fff;
  color: #000;
  border: solid 1px #fff;
}

.cta-with-image.cta-text-black .down-arrow-animated span {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.cta-with-image .section-wrap-right .animated-arrow-wrap {
  height: 50px;
  position: relative;
}

.cta-with-image .section-wrap-right .content-left .content-wrapper {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cta-with-image .section-wrap-right .content-left .content-wrapper .details-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 18px;
}

.cta-with-image .section-wrap-right .content-left h2 {
  margin: 0;
  color: #0E4C84;
  text-transform: capitalize;
  font-family: Times New Roman;
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
}

.cta-with-image .section-wrap-right .content-left .content-wrapper .details-content .content {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.27px;
}

.cta-with-image .section-wrap-right .content-left .content-wrapper .details-content .content :first-child {
  margin-top: 0;
}

.cta-with-image .section-wrap-right .content-left .content-wrapper .details-content .content :last-child {
  margin-bottom: 0;
}

.cta-with-image .section-wrap-right .content-right {
  width: 100%;
  max-width: 50%;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-with-image .section-wrap-right .content-right .mobile-img {
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 1279px) {
  .cta-with-image .section-wrap-right .content-left {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 1023px) {
  /* .cta-with-image {
    background-image: unset !important;
  } */

  .cta-with-image .section-wrap-right,
  .cta-with-image .section-wrap-right.content-position-reverse© {
    flex-direction: column-reverse;
  }

  .cta-with-image .section-wrap-right .content-left {
    max-width: 100%;
  }

  .cta-with-image .section-wrap-right .content-left .content-wrapper {
    max-width: 100%;
  }

  /* .cta-with-image .section-wrap-right .content-right .mobile-img {
    display: block;
  } */

  .cta-with-image .section-wrap-right .content-right {
    max-width: 100%;
  }

  /* .cta-with-image .section-wrap-right .content-left .content-wrapper {
    text-align: center;
  } */
}

@media screen and (max-width: 767px) {
  .cta-with-image .section-wrap-right.content-position-reverse {
    flex-direction: column-reverse;
  }

  .cta-with-image .section-wrap-right .content-left .content-wrapper {
    gap: 30px;
  }

  .cta-with-image .section-wrap-right .content-left {
    padding: 40px 20px;
    background: #F3F3F3;
  }

  .cta-with-image.cta-text-black .section-wrap-right .content-left {
    background: #F1F1F1;
  }

  .cta-with-image .section-wrap-right .content-left h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .cta-with-image .section-wrap-right .content-left .content * {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #404040;
  }

  .cta-with-image .section-wrap-right .content-left .btn-outlined {
    width: 100%;
    padding: 24px 40px;
  }

  .cta-with-image {
    background-image: unset !important;
  }

  .cta-with-image .section-wrap-right .content-right .mobile-img {
    display: block;
  }

  .cta-with-image .section-wrap-right .content-left .content-wrapper .details-content .content {
    font-size: 16px;
    line-height: 24px;
  }
  
}