.about {
    background-color: #f0f0f0;
    padding: 50px 20px;
    text-align: center;
  }

  .about .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
  }

  .about h1 {
    color:  #1193cf;
    text-transform: uppercase;
    font: 900 48px/1.2em 'Roboto',sans-serif;
    margin-bottom: 38px
  }

  .about h2 {
    color:  #3498db;
    text-transform: uppercase;
    font: 900 48px/1.2em 'Roboto',sans-serif;
    margin-bottom: 38px
  }

  .about p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
  }

  .about .mission,
  .about .vision {
    margin-top: 40px;
  }

  .about .mission h3,
  .about .vision h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #444;
  }

  .about .mission p,
  .about .vision p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
  }

  .about .btn {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
  }
  
  .about .btn:hover {
    background-color: #2980b9;
  }

  @media (max-width: 992px) {
    .about .container {
      max-width: 700px;
    }

    .about h1 {
      font-size: 28px;
    }
  
    .about h2 {
      font-size: 20px;
    }
  
    .about p {
      font-size: 16px;
    }
    .about .mission h3,
  .about .vision h3 {
    font-size: 20px;
   
  }

  .about .mission p,
  .about .vision p {
    font-size: 16px;
    
  }
  
  }
  
  @media (max-width: 768px) {
    .about .container {
      max-width: 600px;
    }

    .about h1 {
      font-size: 28px;
    }
  
    .about h2 {
      font-size: 20px;
    }
  
    .about p {
      font-size: 14px;
    }
    .about .mission h3,
    .about .vision h3 {
      font-size: 20px;
     
    }
  
    .about .mission p,
    .about .vision p {
      font-size: 14px;
      
    }
    
  
  }
  
  @media (max-width: 600px) {
    .about .container {
      max-width: 500px;
    }

    .about h1 {
      font-size: 28px;
    }
  
    .about h2 {
      font-size: 20px;
    }
  
    .about p {
      font-size: 14px;
      line-height: 1.6;
    }
    .about .mission h3,
    .about .vision h3 {
      font-size: 20px;
     
    }
  
    .about .mission p,
    .about .vision p {
      font-size: 14px;
      
    }
    
  
  }
  