@import url("/sustainability/assets/stylesheet.css");

body {
  color: black;
  background-color: #f8f8f8;
  font-family: "DB Heavent";
  margin: 0;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  color: #0057a8;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  color: #0057a8;
  margin: 10px 0px;
}

h3 {
  font-size: 28px;
  font-weight: 400;
  color: #0057a8;
}

p,
li {
  font-family: "DB Heavent";
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #242424;
}

ul {
  /* list-style-type: none; */
  padding-left: 0;
}



.container {
  margin: 0;
}

.content {
  padding: 10px 0px 60px 0px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content .below-content {
  margin-top: 40px;
}

.first-content li:before {
  content: "•";
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.third-content {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  max-width: 100%;
  margin-top: 35px;
}

.grid-wrapper {
  text-align: center;
}

.circle span {
  width: 210px;
  height: 210px;

  border-radius: 50%;
  background-color: #0057a8;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 32px;
  font-weight: 400;
  margin: 50px 30px;
}

.rectangle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.rectangle {
  width: 640px;
  height: 80px;
  background-color: #f8f8f8;
  border: 2px solid #0057a8;
  border-radius: 10px;
  color: #0057a8;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.download {
  padding-top: 10px;
}
.download-link {
  text-decoration: none;
}

.download-link button {
  width: 400px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 1px 8px -3px #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.download-link button:hover {
  background-color: #dbf4ff;
}

.download p {
  color: #0057a8;
}
.img-container,
.img-container-quality {
  display: flex;
  justify-content: center;
  padding: 50px;
}

.image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
  flex: 1;
}

.image-details,
.image-wrapper span {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #0057a8;
  margin-top: 15px;
}

.img-container-quality {
  gap: 40px;
}

.img-container img:first-child {
  width: 382px;
  height: 372px;
}

.img-container img:last-child,
.img-container-quality img {
  width: 590px;
  height: auto;
}

.img-container-quality img {
  width: 250px;
}

.third-content-details {
  font-size: 24px;
  margin-bottom: 20px;

  display: flex;

  align-items: center;
  gap: 20px;
}

.text-content {
  flex: 1;
}

.third-content-details img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.stakeholder-img {
  text-align: center;
  padding: 30px;
}


img.strategy {
  width: 100%;
}

.iso-content {
  display: flex;
  grid-gap: 30px;
  justify-content: center;
  padding: 20px 0px;
}

.iso-content .second-content-detail-img {
  width: 100%;
}


.inline-p {
  display: inline;
  margin: 0px;
}


.below ul{
  list-style-type: none;
}
@media (max-width: 1024px) {

  
  .container {
    padding: 0;
 
  }

  .iso-content {
    display: block;
  }
  
  .iso-content img {
    width: 140px;
    height: 135px;
  }
  

  .content {
    padding: 40px 10px 20px 10px;
    margin-top: 0;
    justify-content: initial;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  p,
  li {
    font-size: 18px;
  }


  .grid {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .download-link button {
    height: 100%;
    width: 250px;
  }



  .rectangle-container {
    padding: 30px;
  }

  .rectangle {
    width: 320px;
    height: 40px;
    font-size: 16px;
  }

  .circle span {
    width: 160px;
    height: 160px;
    font-size: 24px;
    margin: 20px;
  }

  .img-container {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .img-container img:first-child {
    width: 200px;
    height: 180px;
    margin-bottom: 20px;
  }

  .img-container img:last-child {
    width: 300px;
    height: auto;
  }

  .img-container-quality {
    display: block;
    padding: 20px;
  }
  .image-wrapper {
    margin: 20px 40px;
  }

  .third-content-details {
    display: block;
  }

  .text-content p {
    margin-bottom: 20px;
  }

  .stakeholder-img img {
    width: 260px;
  }

 
}

