#sp-gc77gq .sp-posts-single-block.sp-news-posts:nth-of-type(3n + 1) {
    border-left: 0px;
}

#sp-gc77gq .sp-layout-gridlayout .sp-posts-single-block.sp-minimal-posts:nth-child(-n + 3),
#sp-gc77gq .sp-layout-masonary .sp-posts-single-block.sp-minimal-posts:nth-child(-n + 3) {
    border-top: 0px;
}

#sp-gc77gq .sp-layout-carousel .sp-posts-single-block.sp-minimal-posts {
    border-top: 0px;
}

#sp-gc77gq .sp-posts-single-block .sp-post-text-container {
    padding: 0px 0px 0px 0px;
}

#sp-gc77gq .sp-posts-image-link {
    overflow: hidden;
    max-height: 241px;
    margin: 0px 0px 0px 0px;
}

#sp-gc77gq .sp-thumbnail {
    overflow: hidden;
    max-height: 241px;
}

#sp-gc77gq .sp-posts-block-title {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Jost';
    line-height: 1.2;
    color: #171717;
}

#sp-gc77gq .sp-posts-block-meta-text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Jost';
    line-height: 1.2;
    color: #525252;
}

#sp-gc77gq .sp-posts-block-excerpt {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: 'EB Garamond';
    line-height: 1.6;
    color: #262626;
}

#sp-gc77gq .sp-posts-block-read-more {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Jost';
    line-height: 1.25;


}

#sp-gc77gq .sp-posts-block-read-more a {
    color: #171717;
}

#sp-gc77gq .sp-posts-block-pagination {
    text-align: left;
}

#sp-gc77gq .sp-posts-single-block .sp-container-badge {
    display: inline-block;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    background-color: #6F716F;
}

#sp-gc77gq .sp-posts-single-block .sp-container-badge a {
    color: #fff;
}

#sp-gc77gq .sp-skin-block.sp-layout-carousel {
    gap: 0px;
    flex-direction: column;
}

#sp-gc77gq .sp-skin-block.sp-layout-carousel .sp-postblock-nav {
    justify-content: center;
}

.quote-card {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    max-width: 464px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.below-cards {
    position: relative;
    max-width: 464px;
    margin-left: auto;
}

.below-cards:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 40px;
    background-color: #D3CEC6;
    border-radius: 12px;
    width: 90%;
    height: 90%;
    z-index: 2;
}

.below-cards:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 90px;
    background-color: #C0BAAD;
    border-radius: 12px;
    width: 80%;
    height: 75%;
    z-index: 1;
}

.quote-text {
    font-family: EB Garamond;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #171717;
    margin-bottom: 18px;
}

.author {
    display: flex;
    align-items: center;
}

.author img {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-right: 16px;
}

.author span {
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #171717;
}