/*
Theme Name:   Carenow child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://themesflat.com/carenowwp/
Template:     carenow
Version:      1.0.0
Tested up to: 5.9
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  carenow-child-theme
*/














.wrap-blog-article.blog-archive.blog-list.blog-two-columns.has-post-content {
    display: grid;
    grid-template-columns: repeat(3,2fr);
    gap: 30px;
}

.themesflat-button-container a {
    padding: 11px 19px 11px 19px;
    font-size: 12px;
}

h2.entry-title a {
    font-size: 20px;
}

.post-content.post-excerpt.clearfix p {
    font-size: 13px;
}
article .entry-title {
     line-height: 25px !important;
}