#footer {
    background-color: #f8f8f8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

@media (max-width: 768px) {
    #footer {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
}