@media screen and (min-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (min-width: 992px) {
    .page-template-sales-template .v-tag.text-lg-start{
        text-align: left !important;
    }

}

@media screen and (max-width: 992px) {
    .v-post-thumb img{
        height: unset;
    }
    .v-post-short-description{
        height: unset;
        max-height: unset;
    }
    .page-banner{
        padding: 120px 0 90px 0;
    }
    .sales-banner {
        padding: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .v-banner-single h2 {
        font-size: 42px;
    }
    .page-banner h1{
        font-size: 35px;
    }
    .v-banner-single p,.page-banner p {
        font-size: 18px;
        line-height: 32px;
    }
    .page-banner

}

@media screen and (max-width: 580px) {

}

@media screen and (max-width: 480px) {
    .v-banner-single h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 425px) {
    .v-banner-single h2 {
        font-size: 38px;
    }
    .page-banner h1{
        font-size: 32px;
    }
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {

}
