.cta-2 {
  padding: 80px 14px;
  position: relative;
}

.cta-2.has-background::before{
  background-image: url(/themes/custom/grwpo/images/cta-2/circles-background-purple.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  content: "";
  display: none;
  position: absolute;
  top: -184px;
  height: 288px;
  left: 0px;
  width: 561px;
  z-index: 0;
}
.cta-2.has-background::after{
  background-image: url(/themes/custom/grwpo/images/cta-2/circles-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  content: "";
  display: none;
  position: absolute;
  bottom: -184px;
  height: 288px;
  right: 0px;
  width: 561px;
  z-index: 0;
}
.cta-2__wrapper {
  display: flex;
  flex-direction: column;
  gap: 125px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 332px;
}

.cta-2__media
{
  position: relative;
  height: 305px;
  display: flex;
  width: 325px;
  margin: 0 auto;
}

.cta-2__media .cta-2__media-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.cta-2__media .cta-2__media-background {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.cta-2-alignment-right .cta-2__media .cta-2__media-background {
  border-radius: 0px 100px 0px 0px;
  border-left: 4px solid #FFC72C;
}

.cta-2-alignment-left .cta-2__media .cta-2__media-background {
  border-radius: 100px 0px 0px 0px;
  border-right: 4px solid #FFC72C;
}

.cta-2__media .cta-2__media-background img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cta-2__media .cta-2__media-asset {
  display: block;
  padding: 0;
  position: absolute;
  top: 75px;
  right: -46px;
  width: 350px;
  z-index: 1;
}

.cta-2__media .cta-2__media-asset img {
  left: 0px;
  width: 100%;
  height: 100%;
}

.cta-2 .cta-2__description-wrapper {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 2;
}

.cta-2__container {
  display: flex;
  flex-flow: column;
  gap: 45px;
}

.cta-2__title h2{
  font-size: 45px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -4.05px;
  margin: 0;
}

.cta-2__title h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 3.6px;
  margin: 0;
  text-transform: uppercase;
}

.cta-2__title h2 strong, .cta-2__title h3 strong{
  font-weight: 600;
}

.cta-2__title p {
  margin: 0;
  line-height: 1;
  padding-bottom: 15px;
}

.cta-2__title p.text-align-right {
  transform: translateX(21px);
}

.cta-2__content {
  grid-area: content;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cta-2__description {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 30px;
  letter-spacing: -0.32px;
  line-height: 1.8;
  width: 100%;
}

.cta-2__description p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -0.54px;
}

.cta-2__description p:first-child {
  margin-top: 0;
}

.cta-2__description p:last-child {
  margin-bottom: 0;
}

.cta-2__description p strong{
  font-weight: 500;
}

.cta-2__description .btn-link {
  justify-content: left;
}

.cta-2__side-title{
  align-items: center;
  color: var(--brand-color-purple);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: -0.28px;
  margin: 0;
  transform: rotate(-180deg);
  text-transform: uppercase;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  writing-mode: vertical-lr;
}

.cta-2-alignment-left .cta-2__side-title{
  padding-right: 10px;
}

.cta-2-alignment-right .cta-2__side-title{
  padding-left: 10px;
}

.cta-2__side-title > div {
  border-top: 2px solid var(--brand-color-yellow);
  padding: 10px 0px;
}

.cta-2 .btn-link a {
  transition: 0.1s all cubic-bezier(0.61, 1, 0.88, 1);
}

.cta-2 .btn-link a:hover::before {
  opacity: 0;
  width: 0;
}

/* .cta-2-alignment-left .cta-2 {
  flex-direction: column-reverse;
} */

.cta-2-alignment-left .cta-2 .cta-2__media{
  flex-flow: row-reverse;
}


.cta-2-alignment-right .cta-2__media .cta-2__media-asset img {
  left: 0px;
}

.cta-2-alignment-left .cta-2__media .cta-2__media-asset img {
  right: 0px;
}


.cta-2-alignment-right .cta-2__content {
  justify-content: end;
}

.cta-2-alignment-left .cta-2__content {
  justify-content: start;
}

/* .cta-2__background {
  position: absolute;
  bottom: -208px;
  display: none;
  right: -259px;
  transform: scale(0.8);
  width: 560px;
  box-sizing: border-box;
} */

@media only screen and (min-width: 768px) {
  .cta-2{
    padding: 121px 64px 10px;
  }
  .cta-2.has-background::before{
    display: block;
    top: 10px;
    height: 294px;
    width: 325px;
  }
  .cta-2.has-background::after{
    display: block;
    bottom: -235px;
    height: 294px;
    width: 325px;
  }
  .cta-2__wrapper {
    gap: 180px;
    max-width: 100%;
    width: 638px;
  }
  .cta-2 .cta-2__description-wrapper {
    width: 585px;
    align-self: end;
  }
  .cta-2__media {
    position: relative;
    height: 465px;
    display: flex;
    margin: 0 0;
    width: 495px;
  }
  .cta-2__media .cta-2__media-asset {
    top: 109px;
    right: -120px;
    width: 580px;
  }
  .cta-2-alignment-left .cta-2__media .cta-2__media-asset img {
    margin-left: -40px;
  }
  .cta-2__title {
    width: 430px;
  }
  .cta-2__title h2 {
    font-size: 58px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -5.22px;
  }

  .cta-2__description{
    gap: 60px;
    padding-left: 113px;
  }

  .cta-2__description p {
    color: #222;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .cta-2-alignment-left .cta-2__side-title {
    padding-right: 17px;
  }

  .cta-2-alignment-right .cta-2__side-title {
    padding-left: 17px;
  }

  .cta-2-alignment-left .cta-2__media {
    align-self: end;
  }

  .cta-2-alignment-right .cta-2__media {
    align-self: start;
  }

  .cta-2__side-title{
    font-size: 16px;
  }

  .cta-2__background {
    display: block;
  }

}

@media only screen and (min-width: 1024px) {
  .cta-2 {
    padding: 124px 85px 104px 85px;
  }
  .cta-2.has-background::before{
    height: 266px;
    width: 283px;
  }
  .cta-2.has-background::after{
    bottom: -153px;
    height: 266px;
    width: 273px;
  }
  .cta-2__wrapper {
    gap: 85px;
    justify-content: center;
    overflow: inherit;
    width: 852px;
  }
  .cta-2 .cta-2__description-wrapper {
    padding-top: 40px;
    width: 446px;
  }
  .cta-2__media {
    height: 333px;
    width: 383px;
  }
  .cta-2__media .cta-2__media-asset {
    top: 52px;
    right: -85px;
    width: 382px;
  }
  .cta-2__title {
    width: 360px;
  }
  .cta-2__title h2 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -4.32px;
  }
  .cta-2__description {
    gap: 60px;
    padding-left: 85px;
  }
  .cta-2__description p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.54px;
  }
  .cta-2-alignment-left .cta-2__wrapper {
    flex-direction: row-reverse;
  }
  .cta-2-alignment-right .cta-2__wrapper {
    flex-direction: row;
  }
  .cta-2-alignment-left .cta-2__side-title {
    padding-right: 12px;
  }
  .cta-2-alignment-right .cta-2__side-title {
    padding-left: 12px;
  }
  /* .cta-2__background {
    bottom: -245px;
    right: -306px;
    transform: scale(0.86);
    width: 530px;
  } */
}

@media only screen and (min-width: 1366px) {
  .cta-2 {
    padding: 125px 138px 150px 156px;
  }
  .cta-2.has-background::before {
    height: 310px;
    width: 366px;
  }
  .cta-2.has-background::after {
    bottom: -205px;
    height: 370px;
    width: 366px;
  }
  .cta-2__wrapper {
    gap: 54px;
    width: 1070px;
  }
  .cta-2 .cta-2__description-wrapper {
    align-self: center;
    padding-top: 30px;
    width: 534px;
  }
  .cta-2__media {
    height: 465px;
    width: 485px;
  }
  .cta-2__media .cta-2__media-asset {
    top: 87px;
    right: -120px;
    width: 530px;
  }
  .cta-2-alignment-left .cta-2__media .cta-2__media-asset img {
    margin-left: -50px;
  }
  .cta-2__title {
    width: 430px;
  }
  .cta-2__title h2 {
    font-size: 58px;
    line-height: 54px;
    letter-spacing: -5.22px;
  }
  .cta-2__description {
    padding-left: 113px;
  }
  .cta-2__description p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  .cta-2-alignment-left .cta-2__side-title {
    padding-right: 17px;
  }
  .cta-2-alignment-right .cta-2__side-title {
    padding-left: 17px;
  }
}

@media only screen and (min-width: 1920px) {
  .cta-2 {
    padding: 200px 320px 159px;
  }
  .cta-2.has-background::before {
    height: 420px;
    width: 475px;
  }
  .cta-2.has-background::after {
    bottom: -115px;
    height: 320px;
    width: 420px;
  }
  .cta-2__wrapper {
    gap: 75px;
    width: 1240px;
  }
  .cta-2 .cta-2__description-wrapper {
    width: 590px;
  }
  .cta-2__media {
    height: 563px;
    width: 583px;
  }
  .cta-2__media .cta-2__media-asset {
    top: 103px;
    right: -140px;
    width: 650px;
  }
  .cta-2-alignment-left .cta-2__media .cta-2__media-asset img {
    margin-left: -50px;
  }
  .cta-2__title {
    width: 580px;
  }
  .cta-2__title h2 {
    font-size: 78px;
    line-height: 74px;
    letter-spacing: -7.02px;
  }
  .cta-2-alignment-right .cta-2__side-title {
    padding-left: 12px;
  }
  .cta-2-alignment-left .cta-2__side-title {
    padding-right: 12px;
  }
}
