.footer {
    background-color: #156ead;
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: 100px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-section {
    flex: 1;
    margin: 20px;
}

.footer-section h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-section p,
.footer-section ul,
.footer-section li {
    font-size: 16px;
    margin: 10px 0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-section .social a {
    margin: 0 10px;
}

/* .footer-section.social img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
} */

.footer-bottom {
    background-color: #156ead;
    color: white;
    padding: 10px 0;
    margin-top: 20px;
}

.logo_facebook{
    height: 11.2%;
    width: 11.2%;
    margin-right: 25px;
  }

.logo_instagram{
    height: 11.2%;
    width: 11.2%;
  }