footer {
    background: rgb(35, 177, 77) !important;
    color: white !important;
    text-align: center !important;
    padding: 15px 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    width: 100% !important; 
    max-width: 100% !important; 
    position: relative !important;
    font-family: 'Arial', sans-serif !important;
    margin-top: 0 !important; 
    margin-bottom: 0 !important;
    box-sizing: border-box;
    white-space: nowrap; 
}

@media (max-width: 1200px) {
    footer {
        font-size: 16px !important;
    }
}

@media (max-width: 992px) {
    footer {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    footer {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    footer {
        font-size: 12px !important;
    }
}
