footer {

    width:100vw;
    font-family: 'Lexend', sans-serif; 
}

.footer-top {
    display:flex;
    gap:50px;
    background-color: #eae8e8 ;
    padding:20px;
    padding-left:8%;
    padding-right:8%;
    
}

.section1 {
    display: flex;
    width:80%;
    align-items: center;
    justify-content: center;
}

.section1 img {
    width:100%;
}

.footer-bottom {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #1b682c;
    padding:25px;
    color:#eae8e8;

}

.footer-bottom p {
    margin-top:0;
}

.footer-bottom p:first-of-type {
    margin-bottom:0px;
}

.footer-bottom a {
    
    color:#eae8e8;
}