.posts_collections_sect {
    padding: 8em 0;
}
.blog_sect + .posts_collections_sect {
    padding-top: 0;
}
.posts_collections_sect .sect_title {
    text-align: left;
}
.posts_collections_sect .collections {
    display: flex;
    flex-wrap: wrap;
    margin: -1em -2em;
}
.posts_collections_sect .collection {
    margin: 1em 2em;
    width: calc(100%/3 - 4em);
}
.posts_collections_sect .collection_num {
    font-weight: 500;
    font-size: 1.25em;
    margin: 0 0 1em;
    color: #2F80ED;
    display: flex;
    align-items: center;
}
.posts_collections_sect .collection_num:after {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../img/icons/star-2f80ed.svg);
    content: '';
    margin-left: 0.25em;
}
.posts_collections_sect .collection_title {
    line-height: 1.115;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px dashed #2C4268;
}
.posts_collections_sect .collection_post {
    line-height: 1.3;
    min-height: 3.9em;
}
.posts_collections_sect .collection_post:not(:last-child) {
    margin: 0 0 2em;
}
.posts_collections_sect .collection_post a {
    font-size: 1.5em;
    color: inherit;
}
@media(max-width: 1199px) {
    .posts_collections_sect .collection_num {
        font-size: 1.125em;
    }
    .posts_collections_sect .collection_title {
        font-size: 1.125em;
    }
    .posts_collections_sect .collection_post {
        margin: 0 0 1.75em;
        min-height: 2.925em;
    }
    .posts_collections_sect .collection_post a {
        font-size: 1.125em;
    }
}