.cta-download-section {
  padding: 40px 0 0 0;
}

.cta-download-section__content-wrapper {
  border-radius: 20px;
  background: var(--Gray);
  position: relative;
  padding: 65px 60px;

}

.cta-download-section__title {
  color: var(--Black);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
  max-width: 55%;
}

.cta-download-section__text {
  color: var(--Black);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 22px;
  max-width: 60%;
}

.cta-download-section__link {
  max-width: fit-content;
}

.cta-download-section__img {
  width: 544px;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: -44px;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .cta-download-section__img {
    width: 45%;
  }

  .cta-download-section__text {
    max-width: 55%;
  }
}

@media screen and (max-width: 992px) {
  .cta-download-section__content-wrapper {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .cta-download-section {
    padding: 80px 0 0 0;
    overflow: hidden;
  }

  .cta-download-section__content-wrapper {
    padding: 210px 20px 40px;
  }

  .cta-download-section__title {
    max-width: 100%;
    font-size: 24px;
  }

  .cta-download-section__text {
    font-size: 18px;
    max-width: 100%;
  }

  .cta-download-section__img {
    top: -100px;
    left: 50%;
    width: auto;
    max-width: 320px;
    height: 300px;
    max-width: 100%;
    overflow: visible;
    transform: translateX(-50%);
  }
}
