
/* dei-section */

.dei-section * {
      box-sizing: border-box;
    }
    .dei-section {
      background-color: #f9f9f9;
      font-family: 'Montserrat', 'Poppins', sans-serif;
      padding: 60px 20px;
      color: #000035;
    }
    .dei-wrapper {
      max-width: 1200px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }
    .dei-text {
      flex: 1;
      min-width: 280px;
    }
    .dei-text h1 {
      font-family: 'Montserrat', 'Poppins', sans-serif;
      font-size: 36px;
      color: #46b79F;
      margin-bottom: 20px;
    }
    .dei-text p {
      font-size: 22px;
      font-family: 'Lato', 'Open Sans', sans-serif;
      line-height: 1.7;
      color: #708990;
      margin-bottom: 20px;
    }
    .dei-points {
      margin-top: 10px;
      margin-bottom: 30px;
    }
    .dei-points li {
      margin-bottom: 10px;
      font-size: 16px;
      color: #000035;
    }
    .dei-cta {
      display: inline-block;
      background-color: #000035;
      color: white;
      padding: 12px 24px;
      font-weight: bold;
      font-size: 16px;
      font-family: 'Montserrat', 'Poppins', sans-serif;
      text-decoration: none;
      border-radius: 6px;
      transition: background 0.3s ease;
    }
    .dei-cta:hover {
      background-color: #3aa18a;
    }
    .dei-image {
      flex: 1;
      min-width: 280px;
      max-width: 500px;
    }
    .dei-image img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    @media (max-width: 768px) {
      .dei-wrapper {
        flex-direction: column;
        text-align: center;
      }
      .dei-text h1 {
        font-size: 30px;
      }
      .dei-text p,
      .dei-points li {
        font-size: 16px;
      }
      .dei-image {
        margin-top: 20px;
      }
    }

/* End of dei-section */



/*Hr Global section */
 .hr-indeed-alt {
      font-family: 'Lato', 'Open Sans', sans-serif;
      background-color: #f5f8fa;
      padding: 60px 20px;
      color: #000035;
    }

    .hr-indeed-alt .container {
      max-width: 1280px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }

    .hr-indeed-sidebar {
      flex: 1 1 250px;
      background-color: #ffffff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      height: fit-content;
    }

    .hr-indeed-sidebar h2 {
      font-family: 'Montserrat', 'Poppins', sans-serif;
      font-size: 24px;
      margin-bottom: 20px;
      color: #46b79F;
    }

    .hr-indeed-sidebar ul {
      list-style: none;
      padding: 0;
    }

    .hr-indeed-sidebar li {
      margin-bottom: 15px;
      font-size: 15px;
      color: #708990;
    }

    .hr-indeed-content {
      flex: 3 1 700px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .hr-indeed-card {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .hr-indeed-card:hover {
      transform: translateY(-5px);
    }

    .hr-indeed-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #EACEA0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #000035;
      margin-bottom: 15px;
    }

    .hr-indeed-card h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      color: #000035;
      margin-bottom: 10px;
    }

    .hr-indeed-card p {
      font-size: 14px;
      color: #708990;
      flex-grow: 1;
    }

    .hr-indeed-btn {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 16px;
      background-color: #000035;
      color: white;
      text-decoration: none;
      border-radius: 6px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      transition: background-color 0.3s ease;
    }

    .hr-indeed-btn:hover {
      background-color: #46b79F;
      color: #000035;
    }

    @media (max-width: 768px) {
      .hr-indeed-alt .container {
        flex-direction: column;
      }

      .hr-indeed-content {
        grid-template-columns: 1fr;
      }
    }
/*  End of Hr Global section */


/* Start of  hr-indeed-alt */

.hr-indeed-alt {
      font-family: 'Lato', 'Open Sans', sans-serif;
      background-color: #f5f8fa;
      padding: 60px 20px;
      color: #000035;
    }

    .hr-indeed-alt .container {
      max-width: 1280px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }

    .hr-indeed-sidebar {
      flex: 1 1 250px;
      background-color: #ffffff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      height: fit-content;
    }

    .hr-indeed-sidebar h2 {
      font-family: 'Montserrat', 'Poppins', sans-serif;
      font-size: 24px;
      margin-bottom: 20px;
      color: #46b79F;
    }

    .hr-indeed-sidebar ul {
      list-style: none;
      padding: 0;
    }

    .hr-indeed-sidebar li {
      margin-bottom: 15px;
      font-size: 15px;
      color: #708990;
    }

    .hr-indeed-content {
      flex: 3 1 700px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .hr-indeed-card {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .hr-indeed-card:hover {
      transform: translateY(-5px);
    }

    .hr-indeed-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #EACEA0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #000035;
      margin-bottom: 15px;
    }

    .hr-indeed-card h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      color: #000035;
      margin-bottom: 10px;
    }

    .hr-indeed-card p {
      font-size: 14px;
      color: #708990;
      flex-grow: 1;
    }

    .hr-indeed-btn {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 16px;
      background-color: #000035;
      color: white;
      text-decoration: none;
      border-radius: 6px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      transition: background-color 0.3s ease;
    }

    .hr-indeed-btn:hover {
      background-color: #46b79F;
      color: #000035;
    }

    @media (max-width: 768px) {
      .hr-indeed-alt .container {
        flex-direction: column;
      }

      .hr-indeed-content {
        grid-template-columns: 1fr;
      }
    }

/*  End of hr-indeed-alt */

/*  Start of Internship */  

.internship-grid-section {
      padding: 60px 20px;
      background-color: #f4f6f9;
      font-family: 'Lato', 'Open Sans', sans-serif;
    }

    .internship-grid-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .internship-grid-header h2 {
      font-family: 'Montserrat', 'Poppins', sans-serif;
      font-size: 36px;
      color: #000035;
    }

    .internship-grid-header p {
      font-size: 17px;
      color: #708990;
      max-width: 800px;
      margin: 10px auto 0;
    }

    .internship-card-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .internship-card {
      background-color: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .internship-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    }

    .internship-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .internship-card-content {
      padding: 20px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .internship-card-content h3 {
      font-family: 'Montserrat', 'Poppins', sans-serif;
      font-size: 20px;
      margin-bottom: 10px;
      color: #46b79F;
    }

    .internship-card-content p {
      font-size: 15px;
      color: #708990;
      margin-bottom: 15px;
    }

    .internship-tag {
      display: inline-block;
      font-size: 13px;
      background-color: #EACEA0;
      color: #000035;
      padding: 5px 14px;
      border-radius: 20px;
      margin-bottom: 10px;
    }

    .apply-button {
      background-color: #000035;
      color: white;
      padding: 10px 16px;
      text-align: center;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 14px;
      margin-top: auto;
      text-decoration: none;
    }

    .apply-button:hover {
      background-color: #46b79F;
      color: #000035;
    }

    @media (max-width: 600px) {
      .internship-grid-header h2 {
        font-size: 26px;
      }
    }

/*  End of Internship */  



/*  Start of Investor  */  
 #investor-relations-intro-section {
      font-family: 'Lato', sans-serif;
      padding: 60px 20px;
      background-color: #f4f9fb;
      color: #000035;
    }

    #investor-relations-intro-section .ir-intro-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Hero Area */
    #investor-relations-intro-section .ir-hero-box {
      background-color: #000035;
      color: #EACEA0;
      text-align: center;
      padding: 60px 30px;
      border-radius: 12px;
    }

    #investor-relations-intro-section .ir-hero-box h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 2.8rem;
      margin-bottom: 15px;
      color: white;
    }

    #investor-relations-intro-section .ir-hero-box p {
      font-size: 1.2rem;
      max-width: 800px;
      margin: 0 auto;
    }

#investor-relations-intro-section .ir-topics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

/* Medium Screens */
@media (max-width: 991px) {
  #investor-relations-intro-section .ir-topics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small Screens */
@media (max-width: 599px) {
  #investor-relations-intro-section .ir-topics-grid {
    grid-template-columns: 1fr;
  }
}
   



    .ir-topic-card {
      background: #ffffff;
      border: 1px solid #EACEA0;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
      text-decoration: none;
      color: #000035;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .ir-topic-card:hover {
      transform: translateY(-5px);
    }

    .ir-topic-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .ir-topic-card .ir-card-content {
      padding: 20px;
    }

    .ir-topic-card .ir-card-content h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.3rem;
      margin-bottom: 10px;
      color: #000035;
    }

    .ir-topic-card .ir-card-content p {
      font-size: 1rem;
      color: #555;
      line-height: 1.5;
    }

    /* Responsive Media Queries */
    @media (max-width: 992px) {
      #investor-relations-intro-section .ir-hero-box {
        padding: 50px 20px;
      }

      #investor-relations-intro-section .ir-hero-box h1 {
        font-size: 2.2rem;
      }

      #investor-relations-intro-section .ir-hero-box p {
        font-size: 1.1rem;
      }

      #investor-relations-intro-section .ir-topics-grid {
        gap: 20px;
      }

      .ir-topic-card .ir-card-content {
        padding: 18px;
      }
    }

    @media (max-width: 600px) {
      #investor-relations-intro-section {
        padding: 40px 15px;
      }

      #investor-relations-intro-section .ir-hero-box h1 {
        font-size: 1.9rem;
      }

      #investor-relations-intro-section .ir-hero-box p {
        font-size: 1rem;
      }

      .ir-topic-card .ir-card-content h3 {
        font-size: 1.15rem;
      }

      .ir-topic-card .ir-card-content p {
        font-size: 0.95rem;
      }
    }

/* End of Investor  */  




/* Start of Key Message Pillars  */ 

#ps-pillars-section {
  background: #f9fafb;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.ps-pillars-container {
  max-width: 1200px;
  margin: auto;
}

.ps-pillars-header h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #000035;
}

.ps-pillars-subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #46b79F;
}

.ps-pillars-description {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #708990;
}

.ps-pillars-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}

.ps-pillars-card {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  background-color: white;
  transition: transform 0.3s ease;
}

.ps-pillars-card:hover {
  transform: translateY(-6px);
}

.ps-pillars-card-img {
  width: 50%;
}

.ps-pillars-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ps-pillars-card-content {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps-pillars-icon {
  font-size: 5rem;
  margin-bottom: 10px;
  color: #46b79F;
}

.ps-pillars-card-content h3 {
  font-size: 2.2rem;
  color: #000035;
  margin-bottom: 12px;
}

.ps-pillars-card-content p {
  font-size: 2rem;
  color: #444;
  margin-bottom: 18px;
  line-height: 1.6;
}

.ps-pillars-link {
  color: #46b79F;
  font-size: 2rem;
  font-weight:bold;
  font-weight: 600;
  text-decoration: none;
}

.ps-pillars-link:hover {
  color: #000035;
}

.ps-pillars-footer {
  margin-top: 60px;
  text-align: center;
}

.ps-pillars-footer h2 {
  font-size: 2.5rem;
  color: #000035;
  margin-bottom: 15px;
}

.ps-pillars-footer p {
  max-width: 900px;
  margin: auto;
  font-size: 1.8rem;
  color: #708990;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .ps-pillars-card {
    flex-direction: column;
  }

  .ps-pillars-card-img,
  .ps-pillars-card-content {
    width: 100%;
  }

  .ps-pillars-card-content {
    padding: 20px;
    text-align: center;
  }

  .ps-pillars-icon {
    margin-bottom: 8px;
  }

  .ps-pillars-footer h2 {
    font-size: 1.5rem;
  }
}

/* End of Key Message Pillars  */ 



/* Start of Key Social Impact  */

 #paprsky-social-impact {
    padding: 5rem 2rem;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    
  }

  .social-impact-title,
  .social-impact-subtitle,
  .impact-title,
  .real-world-title {
    
    color:  #46b79F;
  }

  .social-impact-title {
    font-size: 4.5rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5rem;
    color: #46b79F;
  }

  .social-impact-subtitle {
    font-size: 2.5rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 1.5rem;
    color: #708990;
  }

  .social-impact-description,
  .impact-text,
  .real-world-description {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    color: #444;
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .social-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
  }

  .impact-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .impact-card:hover {
    transform: translateY(-5px);
  }

  .impact-image {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .impact-title {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    margin: 1rem;
    color: #000035;
  }

  .impact-text {
    margin: 0 1rem 1.5rem 1rem;
    color: #708990;
  }

  .real-world-impact {
    text-align: center;
    padding-top: 3rem;
    border-top: 2px solid #EACEA0;
  }

  .real-world-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #46b79F;
  }

  .real-world-description {
    max-width: 800px;
    margin: 0 auto;
    color: #444;
  }

  @media (max-width: 992px) {
    .social-impact-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .social-impact-grid {
      grid-template-columns: 1fr;
    }
    .social-impact-title {
      font-size: 3rem;
    }
    .social-impact-subtitle,
    .real-world-title {
      font-size: 1.8rem;
    }
    .impact-title {
      font-size: 1.3rem;
    }
    .social-impact-description,
    .impact-text,
    .real-world-description {
      font-size: 1.4rem;
    }
  } 
/* End of Key Social Impact  */ 



/* Start of Key Women Leadership  */
 #paprsky-women-leadership {
    padding: 5rem 2rem;
    background-color: #fefefe;
    font-family: 'Lato', sans-serif;
  }

  .women-leadership-title,
  .women-leadership-subtitle,
  .leadership-title,
  .women-impact-title,
  .women-impact-sub {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
  }

  .women-leadership-title {
    font-size:3.5rem;
    color: #46b79F;
    margin-bottom: 0.4rem;
  }

  .women-leadership-subtitle {
    font-size: 1.8rem;
    color: #708990;
    margin-bottom: 1.2rem;
  }

  .women-leadership-intro {
    font-size: 2rem;
    color: #444;
    max-width: 900px;
    margin-bottom: 3rem;
    line-height: 1.8;
  }

  .women-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
  }

  .leadership-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .leadership-card:hover {
    transform: translateY(-6px);
  }

  .leadership-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }

  .leadership-title {
    font-size: 2rem;
    margin: 1rem;
    color: #000035;
  }

  .leadership-text {
    font-size: 1.6rem;
    margin: 0 1rem 1.5rem 1rem;
    color: #708990;
  }

  .women-impact-block {
    border-top: 2px solid #EACEA0;
    padding-top: 3rem;
    text-align: center;
  }

  .women-impact-title {
    font-size: 3rem;
    color: #46b79F;
    margin-bottom: 0.5rem;
  }

  .women-impact-sub {
    
    font-size: 2.2rem;
    color: #9FD9E4;
    margin-bottom: 1.2rem;
  }

  .women-impact-text {
    font-size: 1.8rem;
    max-width: 850px;
    margin: 0 auto 1.5rem auto;
    line-height: 1.8;
    color: #444;
  }

  .women-impact-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.5rem auto;
    max-width: 600px;
    font-size: 1.6rem;
    color: #444;
    text-align: left;
  }

  .women-impact-list li {
    margin-bottom: 0.6rem;
    padding-left: 1.5rem;
    position: relative;
  }

  .women-impact-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #46b79F;
  }

  @media (max-width: 992px) {
    .women-leadership-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .women-leadership-title {
      font-size: 2.5rem;
    }
    .women-leadership-subtitle,
    .women-impact-title {
      font-size: 1.8rem;
    }
    .women-impact-sub {
      font-size: 1.1rem;
    }
    .women-leadership-intro,
    .leadership-text,
    .women-impact-text,
    .women-impact-list {
      font-size: 1.6rem;
    }
    .women-leadership-grid {
      grid-template-columns: 1fr;
    }
  }

/* End of Key Women Leadership  */




/*Start of Key Innovation  */

 #paprsky-innovation-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
  }

  .innovation-title,
  .innovation-subtitle,
  .innovation-card-title,
  .innovation-impact-title,
  .innovation-impact-sub {
    font-family: 'Montserrat', sans-serif;
    color: #000035;
  }

  .innovation-title {
    font-size: 3.4rem;
    color: #46b79F;
    margin-bottom: 0.4rem;
  }

  .innovation-subtitle {
    font-size: 2rem;
    color: #708990;
    margin-bottom: 1.2rem;
  }

  .innovation-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: center;
  }

  .innovation-header-text {
    flex: 1 1 500px;
  }

  .innovation-header-image {
    flex: 1 1 400px;
    text-align: center;
  }

  .innovation-cover-img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    object-fit: cover;
  }

  .innovation-intro {
    font-size: 1.6rem;
    color: #444;
    max-width: 900px;
    line-height: 1.8;
  }

  .innovation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
  }

  .innovation-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .innovation-card:hover {
    transform: translateY(-6px);
  }

  .innovation-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }

  .innovation-card-title {
    font-size: 2rem;
    margin: 1rem;
    color: #000035;
  }

  .innovation-card-text {
    font-size: 1.6rem;
    margin: 0 1rem 1.5rem 1rem;
    color: #708990;
  }

  .innovation-impact {
    border-top: 2px solid #EACEA0;
    padding-top: 3rem;
    text-align: center;
  }

  .innovation-impact-title {
    font-size: 2.8rem;
    color: #000035;
    margin-bottom: 0.5rem;
  }

  .innovation-impact-sub {
    font-size: 2rem;
    color: #9FD9E4;
    margin-bottom: 1.2rem;
  }

  .innovation-impact-text {
    font-size: 1.8rem;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.8;
    color: #444;
  }

  @media (max-width: 992px) {
    .innovation-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .innovation-title {
      font-size: 2.5rem;
    }

   @media (max-width: 768px) {
  .innovation-cover-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

    .innovation-subtitle,
    .innovation-impact-title {
      font-size: 2rem;
    }
    .innovation-impact-sub {
      font-size: 1.6rem;
    }
    .innovation-intro,
    .innovation-card-text,
    .innovation-impact-text {
      font-size: 1.4rem;
    }
    .innovation-grid {
      grid-template-columns: 1fr;
    }
    .innovation-header-wrapper {
      flex-direction: column;
    }
    .innovation-header-image {
      order: -1;
    }
  }
/*End of Key Innovation  */