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

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

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

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

.cta-with-background-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-background-image .section-wrap-right .content-left .content * {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #58585A;
}

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

.cta-with-background-image .section-wrap-right .content-left .btn-outlined {
  padding: 20px 40px;
  border-radius: 200px;
  width: fit-content;
  color: #000;
  text-align: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  background: #fff;
  text-decoration: none;
  display: flex;
  text-transform: capitalize;
  transition: all ease 200ms;
  animation: pulse-btn 1.5s infinite;
}

@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(255,255,255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

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

.cta-with-background-image .section-wrap-right .btn-outlined:focus,
.cta-with-background-image .section-wrap-right .btn-outlined:active {
  background: #736943;
  color: #fff;
}

.cta-with-background-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-background-image.cta-text-black .section-wrap-right .content-left .btn-outlined:hover {
  background: transparent;
  color: #000 !important;
}

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

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

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

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

.cta-with-background-image .section-wrap-right .content-left .content-wrapper {
  max-width: 966px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

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

.cta-with-background-image .section-wrap-right .content-left h2 {
  margin: 0;
  font-family: PT Serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

.cta-with-background-image .section-wrap-right .content-left h2 span {
  color: #FFE9C4;
}

.cta-with-background-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;
}

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

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

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

.cta-with-background-image .animated-arrows {
  position: relative;
  height: 50px;
  margin-bottom: 40px;
}

.cta-with-background-image .down-arrow-animated {
  position: absolute;
  left: 0;
  right: 0;
}

.cta-with-background-image .down-arrow-animated span {
display: block;
width: 13px;
height: 13px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(45deg);
margin: -2px auto;
-webkit-animation: animate-down-arrow 2s infinite;
        animation: animate-down-arrow 2s infinite;
}

.cta-with-background-image .down-arrow-animated span:nth-child(2) {
-webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
}

.cta-with-background-image .down-arrow-animated span:nth-child(3) {
-webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
}

@-webkit-keyframes animate-down-arrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-8px, -8px);
  }
  50% {
    transform: rotate(45deg) translate(-8px, -8px);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(8px, 8px);
  }
}

@keyframes animate-down-arrow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(8px, 8px);
  }
}


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

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

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

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


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

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

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

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

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

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

  .cta-with-background-image .section-wrap-right .content-left .content * {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #58585A;
  }

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


  .cta-with-background-image .section-wrap-right .content-left .content-wrapper .details-content .content {
    font-size: 16px;
    line-height: 24px;
  }
  .cta-with-background-image .animated-arrows {
    margin-bottom: 20px;
  }
}