/* Styles for the footer section */
.footer {
    background: #A3C2C6;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

   
}
.footer-images {
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

.footer-images a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footer-logo {
    width: 128px;
    height: 135px;
    margin-bottom: 5px;
}
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}
.footer-menu {
    padding-top: 30px;
    font-family: 'Inter'; 
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    gap: 24px;
    display: flex;
    flex-direction: column;
    margin-right: 151px;
}
.footer-menu a {
    color: #222;
    text-decoration: none;
    margin-bottom: 4px;
}
/* Styles for the footer section */
