/*
Theme Name: Dermal Child
Template:   dermal
Theme URI: https://themeforest.net/user/awaiken
Description: Dermatologist & Cosmetology Clinic WordPress Theme
Author: Awaiken
Author URI: https://themeforest.net/user/awaiken
Version: 1.0.0
Text Domain: dermal-child
*/

.blog .col-md-12 .row {
  display: flex;
    align-items: center;
}


.blog .col-md-12 .row .col-lg-4 {
    width: 30%;
}


@media (max-width:600px){

.blog .col-md-12 .row .col-lg-4 {
    width: 100%;
}

}


@media (min-width:601px) and (max-width:900px){

.blog .col-md-12 .row .col-lg-4 {
    width: 48%;
}

}