/* SCSS file content */
/* SCSS file content   */
.home-sustainability-csr {
  overflow: hidden;
  background-color: #0b2a5a;
}
.home-sustainability-csr .sustainability-csr-wraper .left {
  padding: 3.125rem 1.875rem;
}
@media screen and (min-width: 1200px) {
  .home-sustainability-csr .sustainability-csr-wraper .left {
    padding: 6.25rem 5rem;
  }
}
.home-sustainability-csr video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sustainability-csr .topWrap {
  margin: 0 auto;
}
.home-sustainability-csr .topWrap h2 {
  font-weight: 400;
  font-size: 1.875rem;
  margin-bottom: 20px;
  max-width: 20ch;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home-sustainability-csr .topWrap h2 {
    font-size: 2.625rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .home-sustainability-csr .topWrap h2 {
    font-size: 3.4375rem;
  }
}
.home-sustainability-csr .topWrap p {
  font-size: 16px;
  line-height: 1.6;
  color: #e1ecf4;
  font-family: "Onest", sans-serif;
  max-width: 50ch;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .home-sustainability-csr .topWrap p {
    margin-bottom: 2.5rem;
  }
}
.home-sustainability-csr .knowmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.home-sustainability-csr .knowmore img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7440%) hue-rotate(139deg) brightness(117%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7440%) hue-rotate(139deg) brightness(117%) contrast(109%);
}
.home-sustainability-csr .knowmore:hover img {
  margin-left: 3px;
}
.home-sustainability-csr .bottomWrap {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 650px;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .home-sustainability-csr .bottomWrap {
    margin-top: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .home-sustainability-csr .bottomWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-sustainability-csr .bottomWrap .numbox h3 {
  font-size: 1.875rem;
  font-weight: 100;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .home-sustainability-csr .bottomWrap .numbox h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-sustainability-csr .bottomWrap .numbox h3 {
    font-size: 3.125rem;
  }
}
.home-sustainability-csr .bottomWrap .numbox h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b1e5ff;
}