.blog-grid {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 3.2rem;
    display: block;
    clear: both;
    width: 100%;
}
.blog-grid h2 a {
    font-size: 1.6rem;
    margin-top: 0.8rem;
    color: #333;
    font-weight: 600;
}

.blog-grid h2 {    margin-top: 0;
}

.blog-grid-post {margin-bottom:3.2rem}
.blog-grid .postmetadata {font-size:.85em;color:#666;}
.blog-grid-img img {width:100%;height:auto;}
.blog-grid-excerpt p {
    line-height: 2.1rem;
    font-size: 13px;
    letter-spacing: 0px;
    color: #555;
}

.blog-grid-post-content {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transition: transform .6s cubic-bezier(.39,.2,.37,1.44);
    z-index: 2;
    border-radius: 4px;
    width: 100%;
}
.blog-grid-post-content-container {padding:0 1.2rem 1.2rem;}
@media only screen and (min-width: 968px) {
	.blog-grid {
	    display: flex;
    flex-wrap: wrap;

}
	.blog-grid li {
    width: 23.5%;
    display: inline-flex;
    margin-left: 2% !important;
}
.blog-grid li:nth-child(4n+1) {
    margin-left: 0% !important;
}
}
.moretag {margin-top:1.2rem;    display: block; font-size:1.4rem;}

