@media screen and (min-width: 650.02px) {
    .table_header3 {
        background-image: -webkit-linear-gradient(top, #ADD8E6, #399CBD);
    }
}

@media screen and (max-width: 650px) {
    .table_header3 {
        background-image: -webkit-linear-gradient(top, #ADD8E6, #399CBD);
    }
}
