.corporate-hero {
    width: 100%;
    margin: 8rem 0;
  }
  .corporate-hero-wrapper {
    width: 47%;
    margin: auto;
  }
  .enterprise-coverage {
    width: 100%;
    margin: 6rem 0;
  }
  
  .enterprise-coverage-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
  }
  .enterprise-coverage-wrapper img {
    width: 80%;
    margin: auto;
  }

  .internet-solution-section {
    width: 100%;
    margin-top: 8rem;
  }
  .internet-solution-section-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 8rem;
    padding: 2rem;
  }
  
  .internet-solution-section-left {
    flex-basis: 50%;
  }
  .internet-solution-section-right {
    display: flex;
    align-items: center;
  }
  .service-section-header {
    margin-bottom: 2rem;
  }
  .service-section-header h1 {
    color: #000;
    font-family: "Lato";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  
  .service-section-p p {
    color: #434343;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }
  
  .wifi-service-section {
    width: 100%;
    margin-top: 8rem;
    background: rgba(236, 223, 194, 0.3);
  }
  .wifi-service-section-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 8rem;
    padding: 6rem 2rem;
  }
  
  .wifi-service-section-left {
    display: flex;
    align-items: center;
  }
  
  .wifi-service-section-right {
    flex-basis: 50%;
  }

  .service-features-header h1{
    color: #000;
    font-family: "Lato";
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
  }

  @media (max-width: 1200px) {
    .corporate-hero-wrapper {
      width: 95%;
    }
  
    .service-section-p p {
      font-size: 16px;
      line-height: 27px;
      text-align: justify;
    }
    .internet-solution-section-left,
    .wifi-service-section-right {
      flex-basis: 70%;
    }
    .service-section-header h1 {
      font-size: 25px;
      line-height: 30px;
    }
  }
  
  @media (max-width: 900px) {
    .internet-solution-section-wrapper {
      flex-direction: column;
    }
    .wifi-service-section-wrapper{
      flex-direction: column-reverse;
    }
  }
  
  @media (max-width: 780px) {
    .corporate-hero-wrapper {
      width: 95%;
    }
    .service-section-header h1 {
      font-size: 20px;
      line-height: 20px;
    }
  }
  
  
  @media (max-width: 500px){
  .service-section-p p {
      font-size: 14px;
      line-height: 25px;
  }
  }
  