.cta-2 {
  padding: 105px 38px;
  position: relative;
  min-height: 890px;
}

.cta-2__media img {
  display: block;
  position: absolute;
  padding: 0;
  height: 345px;
  width: auto;
  z-index: 1;
  left: -20px;
  top: 110px;
}

.cta-2__media::after {
  border: solid 1px var(--brand-color-blue);
  border-radius: 100%;
  content: "";
  display: block;
  height: 151px;
  left: -10px;
  position: absolute;
  top: 72px;
  width: 151px;
}

.cta-2__wrapper {
  display: grid;
  gap: 63px;
  grid-template-areas: 'title' 'content';
  grid-template-rows: 345px auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.cta-2__title {
  grid-area: title;
  /* display: flex; */
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -2.1px;
  line-height: 1;
  margin: 0;
}

.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: 50px;
}


.cta-2__description {
  font-family: "Fedra Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1.8;
  width: 100%;
}

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

.cta-2__link {
  position: relative;
  align-items: center;
  color: var(--text-color);
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight:500;
  line-height: 32px;
  letter-spacing: -0.36px;
  text-decoration: none;
  width: auto;
}

.cta-2__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--text-color);
}

.cta-2__link::after {
  position: absolute;
  right: -10px;
  transform: translateX(100%);
  align-items: center;
  background-color: var(--brand-color-pink);
  mask: url(../../images/pink-arrow.svg) 0 0/12.5px 12.5px;
  -webkit-mask: url(../../images/pink-arrow.svg) 0 0/12.5px 12.5px;
  content: "";
  display: flex;
  height: 12.5px;
  width: 12.5px;
}

@media only screen and (min-width: 768px) {
  .cta-2 {
    min-height: 900px;
    padding: 115px 60px 120px;
  }

  .cta-2__media img {
    height: 545px;
    left: -45px;
    top: 136px;
  }

  .cta-2__media::after {
    height: 275px;
    width: 275px;
    top: 32px;
    left: 105px;
  }

  .cta-2__wrapper {
    grid-template-rows: 525px auto;
    gap: 66px;
  }

  .cta-2__title {
    font-size: 60px;
    letter-spacing: -3px;
    /* margin-top: 115px; */
    padding-left: 165px;
  }
  .cta-2__title p {
    margin: 0;
    line-height: inherit;
  }

  .cta-2__content {
    gap: 80px;
    max-width: 532px;
    margin: 0 auto;
  }

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

@media only screen and (min-width: 1024px) {
  .cta-2 {
    min-height: 579px;
    padding: 115px 83px 115px 240px;
  }

  .cta-2__wrapper {
    grid-template-areas: 'title title' '. content';
    grid-template-columns: auto 60%;
    grid-template-rows: min-content auto;
    gap: 0;
    row-gap: 94px;
  }
  .cta-2__content {
    gap: 64px;
  }

  .cta-2__title {
    max-width: 750px;
    padding-left: 0;
    padding-right: 150px;
  }

  .cta-2__wrapper {
    margin: 0;
  }

}

@media only screen and (min-width: 1366px) {
  .cta-2 {
    min-height: 768px;
    padding: 115px 136px 127px 332px;
  }

  .cta-2__wrapper {
    grid-template-columns: auto 50%;
  }

  .cta-2__title {
    font-size: 80px;
    letter-spacing: -4px;
    max-width: 950px;
    padding-right: 180px;
  }

  .cta-2__media img {
    height: 712px;
    top: 92px;
  }

  .cta-2__media::after {
    height: 315px;
    width: 315px;
    left: 136px;
    top: 27px;
  }

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

}

@media only screen and (min-width: 1920px) {
  .cta-2 {
    min-height: 1100px;
    padding: 260px 316px 212px 465px;
  }

  .cta-2__media img {
    height: 932px;
    top: 154px;
  }

  .cta-2__media::after {
    height: 490px;
    width: 490px;
    left: 130px;
    top: 56px;
  }

  .cta-2__content {
    gap: 100px;
    margin-right: 12px;
  }

  .cta-2__title {
    font-size: 102px;
    letter-spacing: -5.1px;
    max-width: 1200px;
    padding-right: 190px;
  }

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


  .cta-2__description {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  .cta-2__link {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .cta-2__link::after {
    mask: url(../../images/pink-arrow.svg) 0 0/14px 14px;
    -webkit-mask: url(../../images/pink-arrow.svg) 0 0/14px 14px;
    height: 14px;
    width: 14px;
  }
}
