body {
    background: #f2f3e8!important;
}

img {
    width: 100%;
    height: 100%;
}

.blo-scetion {
    background: #fff;
    min-height: 380px;
    box-shadow: 0 0px 27px rgb(40 42 53 / 12%);
    border: 1px solid #cccccca6;
    border-radius: 8px;
    margin-bottom: 20px;
}

.blog-pg {
    margin: 60px 0;
}

.post-meta>li .svg-inline--fa {
    font-size: 18px;
    display: inline-block;
    transform: translateY(1px);
    margin-right: 5px;
    opacity: 0.7;
}

.post-meta>li {
    line-height: 1;
    vertical-align: middle;
    opacity: 0.7;
    color: #000;
}

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post-title a {
    color: #000;
    text-decoration: none;
}

.post-title a:hover {
    color: #ef534f;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.ps-post__morelink:hover {
    color: #ef534f;
}

.ps-post__morelink {
    font-weight: 400;
    position: relative;
    line-height: 1.6em;
    color: #000;
    text-decoration: none;
}

.ps-post__morelink:hover {
    text-decoration: underline;
}

.our-blog-title h2 {
    background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 24px;
    padding-left: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
}

@media (max-width:992px) {
    .blog-pg {
        margin: 80px 0;
    }
}