@media (max-width: 768px) {
    .responsive-bg {
        background-color: #e74c3c !important;
    }
}
@media (max-width: 480px) {
    .responsive-bg {
        background-color: #f39c12 !important;
    }
}