

footer {
    width: 100%;
    background-color: #4c4236;
    color: #fff;
    padding: 5%;
    
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 5%;
   
}


.footer-logo,.footer-contact,.footer-subscribe  {
 
    margin-bottom: 30px;
}



.footer-logo h2,.footer-contact h3,.footer-subscribe h3  {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}



.footer-contact p, .footer-subscribe p{
    font-size: 1rem;
    line-height: 1.7rem;

}




.footer-bottom {
    margin-top: 40px;
    text-align: center;
    border-top: .5px solid #fff;
    padding-top: 20px;
}


@media(max-width:680px) {
    .footer-logo h2,.footer-contact h3,.footer-subscribe h3  {
    font-size: 1.1rem;
        
   
}
    
    .footer-container {
    padding-top: 15%;
}

    
}



