/*
 Theme Name:   Blossm Feminine Pro Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Blossom Feminine Child Theme
 Author:       Rara Themes
 Author URI:   http://example.com
 Template:     blossom-feminine-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  blossom-feminine-pro-child
*/

.main-content .category-section .row{
    display: flex;
    flex-wrap: wrap;
    margin:-15px;
}
.main-content .category-section .row .col{
    clear:both;
}
@media(min-width:767px){
    .main-content .category-section .row .col{
        padding:15px;
    } 
}