.blog-post img {
    width: 100%;
}
.blog-row {
justify-content: center;
}
.blog-row>div {
    margin-bottom: 80px;
}
.mobile-overlay {
    opacity: 1;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    display: none;
}
.social-share {
    display: inline-flex;
    justify-content: flex-end;
    width: fit-content;
    justify-self: end;
    margin-top: 2px;
}
.full-width {
    width: 100%;
    margin: 0;
}
.blog-post .thumb {
    padding: 10px 0 13px 0;
    position: relative;
}
.blog-post .post-meta {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-post p {
    margin-bottom: 0;
}
.blog-post .post-meta a, .blog-post .post-meta span {
    color: #727272;
    font-size: 12px;
    margin-right: 10px;
}
.blog-post img {
    width: 100%;
}

.blog-post h2 {
    font-size: 30px;
}
.read-more-link {
    color: #222;
    position: relative;
    margin-top: 20px;
}
.blog-post {
    margin-bottom: 60px;
}
.blog-post a{
    text-decoration: none;
    color: black;
}
.blog-post a:hover{
    color:#98c05d
}
@media (min-width:300px) and (max-width:991px){

    .blog-row>div:first-child {
        margin-bottom: 0;
    }
    
}
