.post-card .post-card__title {
    margin-bottom: 1.5rem;
}


.post-card {

}

.post-card .post-card__title {
    margin-bottom: 2rem;
    margin-right: 5rem;
}



.post-card--with-read-more .post-card__title,
.post-card--without-read-time .post-card__title
{
    margin-bottom: 1.5rem;
    margin-right: 0;
}


@media screen and (max-width: 766px) {
    .post-card .post-card__title {
        margin-bottom: 2rem;
        margin-right: 0;
    }
}


