.footer{
    margin-top: 80px;
    margin-left: -50px;
    margin-right: -50px;

    width: calc(100% + 100px);

    padding: 30px 8% 60px 8%;
    

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;

    background-color: #D1D2DB;
    margin-top:inherit;

    padding-left: 100px !important;
    
}
@media (max-width: 600px){
    .footer{
        padding-left: 50px !important;
    }
}

.footer p{
    font-family: 'Montserrat';
    font-size: 21px;

    color: #666370;
}

.footer-logo{
    max-width: 250px;
    height:fit-content;
}

.footer-nav{
    color: #666370;
}

a{
    text-decoration: none;
}