.rubber.content ~ footer {
    margin-top: 45px;
}
@media (max-width: 767px) {
    .rubber.content ~ footer {
        margin-top: 30px;
    }
}