.business-activity-intro {
    padding: 80px 20px;
    font-family: 'Montserrat', sans-serif;
  }
  
  .business-intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }
  
  .intro-text {
    flex: 1 1 55%;
    margin-left: 0;
  }
  
  .intro-text h2 {
    font-size: 3.8rem;
    color: #00224D;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .intro-text p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #333;
  }
  
  .intro-text strong {
    color: #000;
  }
  
  .green-highlight {
    color: #2ecc71;
    font-weight: 800;
  }
  
  .key-sectors li {
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  
  .intro-image {
    flex: 1 1 40%;
    text-align: center;
    max-width: 420px;
    height: auto;
    margin-left: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  
  .intro-image img {
    max-width: 420px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  
  .business-activity-intro .container,
  .key-sectors-extended {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 5vw;
    padding-right: 3vw;
    max-width: 100%;
  }
  
  .key-sectors-text {
    flex: 1 1 55%;
  }
  
  .key-sectors-text .key-sectors {
    list-style: decimal inside;
    font-size: 1.25rem;
    line-height: 1.8;
    color: #333;
  }
  
  .sector-images {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  
  .sector-images img {
    max-width: 420px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }
  