.cta {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 90px 17px;
}

.cta__title {
  z-index: 1;
}

.cta__title > div {
  display: grid;
  gap: 50px;
}

.cta__title h2{
  font-family: "Inter";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.68px;
  line-height: 42px;
  margin: 0;
}

.cta__title h3{
  font-family: "IBMPlexSans";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
  text-transform: uppercase;
}

.cta__title h2 strong, .cta__title h3 strong{
  font-weight: 600;
}


.cta__media {
  position: relative;
  height: 216px;
}

.cta__media-rectangle-orange svg {
  position: absolute;
  bottom: 85px;
  right: 144px;
  height: 111px;
  width: 63px;
  z-index: -1;
}

.cta__media img {
  display: block;
  height: 233px;
  padding: 0;
  position: absolute;
  bottom: 70px;
  right: 0;
  /* transform: translateX(-50px) scale(1.3); */
  object-fit: cover;
  width: 195px;
  z-index: -1;
}

.cta__content {
  display: flex;
}

.cta__description,
.cta__description p {
  font-family: "IBMPlexSans";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 22px;
  width: 100%;
}

.cta__description p:first-child {
  margin-top: 0;
}

.cta__description p:last-child {
  margin-bottom: 0;
}

.cta__description p strong{
  font-weight: 500;
}

.cta__description ul {
  padding-left: 17px;
}

.cta__description ul:first-child {
  margin-top: 0;
}

.cta__description ul:last-child {
  margin-bottom: 0;
}

.cta__description ul li:first-child {
  padding-top: 0;
}

.cta__description ul li {
  padding: 15px 0;
}

.cta__description ul li::marker {
  /* content: "• "; */
  color: var(--brand-color-orange);
}

@media only screen and (min-width: 768px) {
  .cta {
    padding: 90px 59px 144px;
    min-height: 800px;
    width: 768px;
    margin: 0 auto;
  }
  .cta__title h2{
    font-size: 52px;
    letter-spacing: -2.08px;
    line-height: 52px;
  }
  .cta__media {
    height: 100px;
  }
  .cta__media-rectangle-orange svg {
    bottom: -84px;
    right: 179px;
    height: 139px;
    width: 79px;
  }
  .cta__media img {
    height: 292px;
    bottom: -97px;
    width: 245px;
  }
  .cta__description {
    width: 315px;
  }
}

@media only screen and (min-width: 1024px) {
  .cta {
    padding: 90px 108px 144px 83px;
    width: 1024px;
    min-height: 650px;
  }
  .cta__media {
    height: 90px;
  }
  .cta__media-rectangle-orange svg {
    bottom: -160px;
    right: 166px;
    height: 139px;
    width: 79px;
  }
  .cta__media img {
    height: 308px;
    bottom: -175px;
    right: -25px;
    width: 258px;
  }
  .cta__description {
    width: 440px;
  }
}

@media only screen and (min-width: 1366px) {
  .cta {
    padding: 120px 248px 195px 136px;
    width: 1366px;
    min-height: 780px;
  }
  .cta__title > div {
    gap: 60px;
  }
  .cta__title h2{
    font-size: 62px;
    letter-spacing: -2.48px;
    line-height: 62px;
  }
  .cta__title h3{
    font-size: 18px;
    letter-spacing: 5.4px;
  }
  .cta__media {
    height: 100px;
  }
  .cta__media-rectangle-orange svg {
    bottom: -216px;
    right: 134px;
    height: 190px;
    width: 108px;
  }
  .cta__media img {
    height: 400px;
    bottom: -236px;
    right: -112px;
    width: 335px;
  }
  .cta__description {
    width: 536px;
  }
  .cta__description,
  .cta__description p {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1920px) {
  .cta {
    padding: 140px 575px 278px 182px;
    width: 1920px;
    min-height: 940px;
  }
  .cta__title > div {
    gap: 65px;
  }
  .cta__title h2{
    font-size: 72px;
    letter-spacing: -2.88px;
    line-height: 72px;
  }
  .cta__title h3{
    font-size: 20px;
    letter-spacing: 6px;
  }
  .cta__media {
    height: 110px;
  }
  .cta__media-rectangle-orange svg {
    bottom: -325px;
    right: 71px;
    height: 254px;
    width: 144px;
  }
  .cta__media img {
    height: 534px;
    bottom: -340px;
    right: -257px;
    width: 447px;
  }
  .cta__description {
    width: 608px;
  }
  .cta__description,
  .cta__description p {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 22px;
  }
}
