/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

 body .post-list-wrapper h3.title{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 40px;
 }
body .post-list .post-header .post-title a {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
 }

 body .post-list  .post-info.clear  {
    display: none;
 }

 body .post-list .post-text-hld   p {
    text-align: left;
    font-size: 16px;
 }

 body .blog-widget-recent .post-description .post-text-hld {
     min-height: auto;
 }
 body .post-list .post-content .post-read-more {
     float: left;
     font-size: 12px;
     font-weight: 700;
 }

 /* mobile  */
 @media (max-width: 767px) {
     .blog-post-view .post-description p {font-size: 1rem;line-height: 1.7;}
 }
