@media (max-width: 576px) {
  .bannerTitle {
    /* font-size: 35px !important; */
    font-size: 27px;
    line-height: 1.4;
  }
  .bannerSubtitle {
    font-size: 13px;
  }
  .bannerContent {
    left: 35%;
  }
  .swipperContainer {
    padding-top: 38px;
  }
  /* initiatives section responsive styles */
  .CSR-Initiatives-sdg-image-wrapper {
    height: 200px;
  }
  /* end initiatives section responsive styles */
}

@media (min-width: 577px) and (max-width: 998px) {
  .bannerTitle {
    font-size: 45px;
  }
  .bannerSubtitle {
    font-size: 16px;
  }
  .bannerContent {
    left: 35%;
  }
  /* initiatives section responsive styles */
  .CSR-Initiatives-section {
    padding: 70px 0;
  }

  .CSR-Initiatives-header h2 {
    font-size: 2rem;
  }

  .CSR-Initiatives-intro-text {
    font-size: 1rem;
    text-align: left;
  }

  .CSR-Initiatives-intro-text p:first-child::first-letter {
    font-size: 2.5rem;
  }

  .CSR-Initiatives-sdg-card {
    border-radius: 20px;
  }

  .CSR-Initiatives-sdg-image-wrapper {
    height: 220px;
    border-radius: 20px 20px 0 0;
  }

  .CSR-Initiatives-sdg-content {
    padding: 24px 20px;
  }

  .CSR-Initiatives-sdg-card h4 {
    font-size: 1.2rem;
  }

  /* end initiatives section responsive styles */
}
@media (max-width: 768px) {
  .bannerImage {
    height: 50vh;
  }
  .bannerImage img {
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .bannerTitle {
    font-size: 60px;
  }
  .bannerSubtitle {
    font-size: 18px;
  }
  /* initiatives section responsive styles */
  .CSR-Initiatives-header h2 {
    font-size: 2.5rem;
  }

  .CSR-Initiatives-intro-text {
    font-size: 1.05rem;
    line-height: 1.8;
  }

  .CSR-Initiatives-sdg-image-wrapper {
    height: 240px;
  }
  /* end initiatives section responsive styles */
}
