.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.ml-0{
    margin-left: 0!important;
}
.mr-0{
    margin-right: 0!important;
}

@media screen and (min-width: 768px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1280px!important;
        padding-left: 36px!important;
        padding-right: 36px!important;
    }
    .w-md-30{
        width: 30%!important;
    }
    .w-md-40{
        width: 40%!important;
    }
    .w-md-50{
        width: 50%!important;
    }
    .w-md-60{
        width: 60%!important;
    }
    .w-md-70{
        width: 70%!important;
    }
    .ml-md-0, .mx-auto.ml-md-0{
        margin-left: 0!important;
    }
    .mr-md-0, .mx-auto.mr-md-0{
        margin-right: 0!important;
    }
}
@media screen and (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1024px!important;
        padding-left: 50px!important;
        padding-right: 50px!important;
    }
    .w-lg-30{
        width: 30%!important;
    }
    .w-lg-40{
        width: 40%!important;
    }
    .w-lg-50{
        width: 50%!important;
    }
    .w-lg-60{
        width: 60%!important;
    }
    .w-lg-70{
        width: 70%!important;
    }
    .ml-lg-0, .mx-auto.ml-lg-0{
        margin-left: 0!important;
    }
    .mr-lg-0, .mx-auto.mr-lg-0{
        margin-right: 0!important;
    }
}
@media screen and (min-width: 1200px){
    .w-xl-30{
        width: 30%!important;
    }
    .w-xl-40{
        width: 40%!important;
    }
    .w-xl-50{
        width: 50%!important;
    }
    .w-xl-60{
        width: 60%!important;
    }
    .w-xl-70{
        width: 70%!important;
    }
    .ml-xl-0, .mx-auto.ml-xl-0{
        margin-left: 0!important;
    }
    .mr-xl-0, .mx-auto.mr-xl-0{
        margin-right: 0!important;
    }
}
@media screen and (min-width: 1440px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1280px!important;
    }
}