
/* success stories archive (grid item part) - start */

.posts-archive.success_story.section-wrap {
    padding-top: 38px;
}

.posts-archive.success_story .posts-grid {
    margin-top: 60px;
}

.posts-archive.success_story .content {
    height: 260px;
    padding: 32px 38px 96px;
}

.posts-archive.success_story .title {
    font-size: 30px;
}

.posts-archive.success_story .excerpt {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-top: 14px;
    margin-bottom: 0;
}

@media screen and (max-width: 1350px) {
    .posts-archive.success_story.section-wrap {
        padding-top: 21px;
    }

    .posts-archive.success_story .posts-grid {
        margin-top: 43px;
    }
}

@media screen and (max-width: 1250px) {
    .posts-archive.success_story .content {
        padding: 31px 31px 76px;
    }
}

@media screen and (max-width: 1024px) {
    .posts-archive.success_story.section-wrap {
        padding-top: 24px;
    }

    .posts-archive.success_story .posts-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 28px;
    }

    .posts-archive.success_story .excerpt {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .posts-archive.success_story.section-wrap {
        padding-top: 84px;
    }

    .posts-archive.success_story h2.archive-title {
        font-size: 20px;
        line-height: 1.1em;
        letter-spacing: 0;
    }

    .posts-archive.success_story .posts-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 22px;
    }

    .posts-archive.success_story .content {
        padding: 37px var(--content-padding) 54px;
        height: unset;
    }

    .posts-archive.success_story .excerpt {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: 13px;
    }
}

/* success stories archive (grid item part) - end */