/*!
Theme Name: Saasplate
Theme URI: http://teconce.com/
Author: Teconce
Author URI: https://teconce.com/about
Description: A Multipurpose SAAS Theme
Version: 1.2.8
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: saasplate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.blogs-items{
    display: flex;
    flex-wrap: wrap;
}


.blogs-items article{
     flex: 1 1 calc(33.333% - 16px);
      padding: 8px;
      box-sizing: border-box;
}


@media (max-width: 768px) {
      .blogs-items article {
        flex: 1 1 100%;
      }
    }