/* 1. التحكم في المسافة العلوية للفوتر */
@media(min-width:768px){
    footer > div:first-child {
        padding-top: 10px !important; 
        padding-bottom: 10px !important;
    }
}