@media (max-width: 991px) {
  .countWrap .countItem {
    width: 50%;
    padding: 0 18px;
    margin-bottom: 26px;
  }
  .countWrap .countItem h3 .countText {
    width: auto;
  }
  .countWrap .countItem:nth-child(2n)::after {
    display: none;
  }
  .countWrap .countItem:nth-child(2n+1) {
    padding-left: 0;
  }
  .countWrap .countItem:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .countWrap .countItem {
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    text-align: center;
  }
  .countWrap .countItem h3 {
    justify-content: center;
  }
  .countWrap .countItem:last-child {
    margin-bottom: 0;
  }
  .countWrap .countItem::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .commitmentImg figure {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .commitmentImg figure {
    height: 250px;
  }
}

.susDetailsSec .countWrap .countItem h3 .countText {
  width: auto;
}
@media (max-width: 991px) {
  .susDetailsSec .countWrap .countItem {
    width: 50%;
    padding: 0 18px;
    margin-bottom: 26px;
  }
  .susDetailsSec .countWrap .countItem:nth-child(2n)::after {
    display: none;
  }
  .susDetailsSec .countWrap .countItem:nth-child(2n+1) {
    padding-left: 0;
  }
  .susDetailsSec .countWrap .countItem:nth-child(2n) {
    padding-right: 0;
  }
  .susDetailsSec .countWrap .countItem h3 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .susDetailsSec .countWrap .countItem {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .susDetailsSec .countWrap .countItem h3 {
    justify-content: center;
  }
  .susDetailsSec .countWrap .countItem::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .keySec.esgKeySec .keyBox,
  .susKeySec.keySec .keyBox {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .reportCard {
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .reportCard {
    padding: 36px 18px 26px 20px;
  }
  .reportCard .reportTitle {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .esgBox .esgContent .esgTitle {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .js-marquee-wrapper {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .js-marquee-wrapper {
    height: 190px;
  }
}

@media (max-width: 575px) {
  .js-marquee-wrapper .galleryImgCards {
    margin-right: 14px;
  }
}
