footer{
    background-color: #313041;
    padding-top:120px ;
}
footer a{
    text-decoration: none;
}
footer a:hover{
    text-decoration: none;
}

.details{
    font-weight: 600 !important;
}

.details:hover{
    color: #e8604c !important;
}

.company a{
    color: #a9a8b6 ;
}
.company a:hover{
    color: white ;
}


@media (max-width:1000px){
    .footer{
        margin:0 !important;
        max-width: 100vw;
    }
}