.featured-posts {
    margin-top: 2rem;
}
.featured-posts__text {
    font-family: Georgia, Futura, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	line-height: 1.2;
    letter-spacing: -0.009em;
    margin: 0;
    font-weight: 400;
}
.featured-posts__more-link-holder {
    text-align: right;
    color: #3e859b;
    font-size: 1.8rem;
    padding-top: 1rem;
}
.featured-posts__header {
    font-size: 2.0rem;
    margin-top: 3rem;
    margin-bottom: 0;
}

.featured-posts__header_large {
    margin-top: 2rem;
}

.featured-posts .posts-row > div {
    margin-top: 2rem;
}

/* отступ только для первой статьи при выстраивании в столбец */
@media (max-width: 767px) {

	.featured-posts .posts-row > div:nth-of-type(2) {
		margin-top: 2rem;
    }
    .featured-posts .posts-row > div:nth-of-type(3) {
		margin-top: 2rem;
	}
}
