.footer__top{
    margin-top: 100px;
    margin-bottom: 20px;
    margin-inline: auto;
    padding: 0 30px;
    
}
@media screen and (max-width: 640px) {
    .footer__top{
        margin-bottom: 36px;
        
    }
}
.footer {
    margin-top: 0px;
}