@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 {
    padding-left: 0;
  }
  

  .container {
    margin: 0;
  }
  
  .content {
    padding: 10px 0px 30px 0px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .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: 40px;
  }
  
  .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;
  }
  
 
  .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;
  }

  h2.news-text {
    margin-top: 0;
  }
  .news-container {
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
  }
  
  .news-image {
    flex-shrink: 0;
    width: 350px;
    height: 265px;
    margin-right: 20px;
  }
  
  .news-content {
    flex-grow: 1;
  }
  .pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    grid-gap: 20px;
  }
  
  .pagination li {
    margin: 0 5px;
    cursor: pointer;
  }
  
  .pagination .current {
    font-weight: bold;
    background-color: #0057a8;
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
  }
  
  .news-content {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
  }
  
  
  @media (max-width: 1024px) {
    .container {
      padding: 0;
    }
  
    .content {
      padding: 40px 10px 20px 10px;
      margin-top: 0;
      justify-content: initial;
    }
  
    h1 {
      font-size: 24px;
    }
  
    h2 {
      font-size: 22px;
    }
  
    h3 {
      font-size: 20px;
    }
  
    p,
    li {
      font-size: 20px;
    }
  

    .grid {
      grid-template-columns: 1fr;
      row-gap: 10px;
    }
  
    .download-link button {
      height: 100%;
    }
  

  
    .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;
    }

    .download-link button{
      width: 250px;
    }

    .news-image {
      flex-shrink: 0; 
      width: 250px; 
      height: 180px; 
      margin-right: 20px; 
    }
  }

  @media (max-width: 768px) {

    .news-container {
  
    display: block;
   
  }
  }
  





 

 


  

