//399 px

@media screen and (max-width:399.98px) {
    @import "./399/main_399";
}

//719 px

@media screen and (max-width:719.98px) {
    @import "./719/main_719";
}

// 991 px

@media screen and (max-width:991.98px) {
    @import "./991/main_991";
}