/**
                        * 2008 - 2020 (c) Prestablog
                        *
                        * MODULE PrestaBlog
                        *
                        * @author    Prestablog
                        * @copyright Copyright (c) permanent, Prestablog
                        * @license   Commercial
*/

color: red!important;
@media (max-width: 800px) {
.col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100%;
    text-align: center !important;

}
img.prestablog_cat_img.img-fluid {
    width: 100% !important;
}
.col-md-6.common-text {
    display: none !important;
}
}

@media (max-width: 1024px) {
.col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100%;
    text-align: center !important;
}
img.prestablog_cat_img.img-fluid {
    width: 70%;
}
.col-md-6.common-text {
    display: none !important;
}
}