.section-post .feature-image {
    position: relative;
    height: 195px;
}

.section-post .feature-image img {
    border: 1px solid #dfe2e2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.post-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    text-transform: capxitalize;
    color: #3337;
    text-transform: capitalize;
    font-weight: bold;
    flex-basis: 80%;
}
.blog .post-image {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.blog .post-image .placeholder-img {
    position: absolute;
    left: 0;
    top: 50%;
    width: inherit;
    transform: translateY(-50%);
}
.single .post-image .placeholder-img {
    width: 100%;
}

.single .post-footer {
    padding-top: 20px;
    border-top: 1px solid #7777;
    margin-top: 20px;
}

@media (max-width: 767px) {
.blog .post-image {
    height: 200px !important;
}
}