@media (min-width: 1200px) and (max-width: 1439px) {
  .section-cta .image-wrapper {
    width: 242px;
  }

  .section-cta .details-wrapper {
    width: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-cta .grid-container {
    gap: 40px;
  }

  .section-cta .image-wrapper {
    width: 100%;
    height: auto;
  }

  .section-cta .details-wrapper {
    width: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Start of Global Page Heading */
  .page-heading-container {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .page-heading-container .heading {
    font-size: 32px;
    line-height: 40px;
  }
  /* End of Global Page Heading */

  /* Start of Global CTA Section */
  .section-cta .grid-container {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-cta .image-wrapper {
    display: none;
  }

  .section-cta .details-wrapper {
    width: 445px;
  }

  .section-cta .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .section-cta .description {
    padding-top: 15px;
  }
  /* End of Global CTA Section */
}

@media screen and (max-width: 767px) {
  /* Start of Global Page Heading */
  .page-heading-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-heading-container .heading {
    font-size: 32px;
    line-height: 40px;
  }
  /* End of Global Page Heading */

  /* Start of Global CTA Section */
  .section-cta .grid-container {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-cta .image-wrapper {
    display: none;
  }

  .section-cta .details-wrapper {
    width: 100%;
  }

  .section-cta .heading {
    font-size: 28px;
    line-height: 36px;
  }

  .section-cta .description {
    padding-top: 15px;
  }
  /* End of Global CTA Section */
}