@media screen and (max-width: 1586px) {
    .wk-col-xl-12 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .d-sm-none {
        display: none;
    }
}