     
      .footer2 {
    background: #176F99;
    color:white;
   font-family: Arial, sans-serif;
max-width:1200px; 
margin:0 auto; 
padding:0 20px;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-section {
    flex: 1 1 250px;
    margin: 10px 20px;
}
.footer-section h4 {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #f1c40f;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin-bottom: 8px;
}
.footer-section ul li a {
    color: #fff;
    text-decoration: none;
  padding: 10px 10px;
}
.footer-section ul li a:hover {
    text-decoration: underline;
}
.footer-bottom {
    text-align: center;
    padding: 10px 10px;
    font-size: 0.95em;
    border-top: 1px solid #34495e;
    margin-top: 20px;
}
      @media  (max-width: 800px){
    .footer-content {
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }

  
    .footer-section {
        margin: 15px 0;
        width: 100%;
        text-align: center;
    }
      }
    .footer a{
color:white;
text-decoration:none;
}
.footer2 nav ul{
list-style:none; 
display:flex; 
flex-wrap:wrap; 
justify-content:center; 
gap:24px; 
margin:0; 
padding:0;
}