.hello p { 
      font-family: 'Poppins', sans-serif;
    
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-section {
    flex: 1;
    margin: 5px;
  }

  .footer-section p {  
    font-size: 18px;
   
 
    color: white; 
     font-family: 'Poppins', sans-serif;
  }

  .footer-section ul {
    list-style-type: none;
    padding: 0;
  }

  .footer-section ul li {
    margin-bottom: 5px;
  }

  .footer-section a {
    text-decoration: none;
    color: white;
  } 
  h6{
    color: white;
  }

  .follow-us {
    margin-top: 20px;
  }

  .follow-us a {
    margin-right: 10px;
  }

  /* For mobile devices */
  @media (max-width: 767px) {
    .footer-row {
      display: block;
    }

    .footer-section {
      margin-bottom: 30px;
    }
  }

  /* For tablet devices */
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer-row {
      display: flex;
      flex-wrap: wrap;
    }

    .footer-section {
      flex: 1;
      margin: 10px;
    }
      .hello{
       background-color: #147e7e;
      background-size: cover; /* Adjust the background size as needed */
      background-position: center;  
      height: 100%px; 
      width: 100%;
  }

  
  } 
  @media (max-width: 767px) {
        .bottom-section div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            color: white; 
            /*margin: 10px;*/
        }
        .bottom-section div p {
            margin: 10px 0;
            color: #333;
            margin: 10px;
        }
 
    .hello{
       background-color: #147e7e;
      background-size: cover; /* Adjust the background size as needed */ 
      background-position: center;  
      height: 100%px; 
      width: 100%;
  } 
  }
  /* For desktop devices */
  @media (min-width: 1024px) {
    .footer-row {
      display: flex;
      flex-wrap: wrap; 
    }
    .bottom-section {
      color: white;
     
    }
    .footer-section {
      flex: 1;
      margin: 10px;  
      margin-bottom: 30px;
     
    } 
    .h5{
    } 
      .follow-us-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px; /* Adjust the margin-top as needed */
  } 
.follow-us { 
}
  }