
@media screen and (max-width:1800px) {

}
@media screen and (max-width:1430px) {

}
/*1199*/
@media screen and (max-width:1199px) {

}
/*992*/
@media screen and (max-width:992px) {
    .bg-cover{
        height: 600px;
    }

    .py-vh-6{
        margin-top: 0px!important;
        padding-top: 0px!important;
    }
    .link-fancy{
        margin-bottom: 60px!important;
    }

}
/*768*/
@media screen and (max-width:768px) {


}
/*576*/
@media screen and (max-width:576px) {

}
/*320*/
@media screen and (max-width:320px) {

}