.inner-sm {
    max-width: 1210px;
}

 .list-article .sc-grid {
    margin-right: 0;
 }

.sc-posts,
.ajax-load-more-wrap {
    padding-bottom: 50px;
    font-weight: 500;
    color: #999baa;
}

.sc-posts__title {
    margin-bottom: 30px;
}

.sc-posts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 5px;
}

#ajax-load-more:not(.alm-is-loaded) .more {
    opacity: 0;
}

.sc-posts .button__more,
.ajax-load-more-wrap .alm-btn-wrap {
    text-align: center;
}
.sc-posts .button__more a,
.ajax-load-more-wrap .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 49px;
    padding-right: 49px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #49BD8C;
    border-radius: 4px;
    background-color: inherit;
    color: #292C3D;
    transition: background-color .2s, border-color .2s, color .2s;
}
.sc-posts .button__more a:hover,
.sc-posts .button__more a:focus,
.ajax-load-more-wrap .more:hover,
.ajax-load-more-wrap .more:focus {
    background-color: #4AC18E;
}
.sc-posts__grid + .button__more,
.alm-listing + .alm-btn-wrap {
    margin-top: 48px;
}

.sc-posts__grid img {
    margin-bottom: 15px;
}


.article-card--mod .article-card__img {
    padding-bottom: 60%;
}
.article-card--mod .article-card__title {
    height: 50px;
}


.article-card {
    display: block;
    height: 100%;
    padding: 3.5% 3.5%;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #999BAA;
    transition: .25s background-color ease;
}
.article-card:hover,
.article-card:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 24px 48px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #999BAA;
}

.article-card__inner {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
}

.article-card__img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin-bottom: 14px;
    background: transparent no-repeat 50% 50%;
    background-size: cover;
}
.article-card__img img {
    width: 100%;
    border-radius: 8px;
}

.article-card__description {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .5px;
}
.article-card__description a {
    text-decoration: none;
    color: inherit;
}

.article-card__category {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-card__title {
    display: block;
    max-width: 100%;
    margin-bottom: 4px;
    text-decoration: none;
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: color .2s;
}
.article-card:hover .article-card__title,
.article-card:focus .article-card__title {
    transition: none;
    transition: .2s color ease;
    color: #4AC18E;
}

.article-card__author {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .5px;
    color: inherit;
}


.article-card .delimeter-dot {
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
}
.article-card .delimeter-pipe {
    padding: 0 3px;
}
.article-card .delimeter-dot::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #999BAA;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.article-card .delimeter-pipe::after {
    content: "|";
    font-size: 14px;
    font-weight: 200;
    vertical-align: text-top;
}


@media 
    (min-width: 1200px) and (max-width: 1365px), 
    (min-width: 640px) and (max-width: 1199px), 
    (max-width: 479px) {
        .article-card {
            padding: 3.5%;
        }
        .article-card__inner {
            padding-left: 4px;
            padding-right: 4px;
        }
        .article-card .delimeter-dot {
            padding-left: 2px;
            padding-right: 7px;
        }
        .article-card .delimeter-pipe {
            padding-right: 0;
            padding-left: 0;
        }
    }


@media 
    (min-width: 992px) and (max-width: 1199px), 
    (max-width: 767px) {
        .sc-posts__grid {
            gap: 16px;
        }
    }


@media 
    (min-width: 992px) and (max-width: 1199px), 
    (min-width: 640px) and (max-width: 767px), 
    (max-width: 479px) {
        .article-card__description {
            font-size: 11px;
            margin-bottom: 8px;
        }
        .article-card__category {
            letter-spacing: .5px;
        }
        .article-card .article-card__title {
            font-size: 18px;
            height: 43px;
        }
    }


@media (max-width: 991px) {
    .sc-posts__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sc-posts__grid > *:nth-child(odd):last-child {
        grid-column: 1 / -1;
    }
}


@media (min-width: 640px) and (max-width: 767px) {
    .article-card__category {
        letter-spacing: 0;
    }
}


@media (max-width: 639px) {
    .sc-posts__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}








.sc-products {
    padding-bottom: 50px;
}
.sc-products__title {
    margin-bottom: 4px !important;
}
.sc-products__title br {
    display: none;
}
.sc-products__description {
    margin-bottom: 32px;
}
.sc-products__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.article-card--products .article-card__title {
    margin-bottom: 4px;
    height: auto;
}
.article-card--products .article-card__description {
    font-size: 14px;
    line-height: 130%;
    color: inherit;
}

@media (min-width: 992px) {
    .article-card--products .article-card__img {
        padding-bottom: 56%;
    }
}

@media (max-width: 991px) {
    .sc-products__row {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .sc-products__row {
        gap: 16px;
    }
}

@media (max-width: 639px) {
    .sc-products__row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575px) {
    .sc-products__title br {
        display: inline;
    }
}


.related-posts .sc-grid {
    column-gap: 22px;
}
.related-posts .sc-grid__col {
    flex-basis: calc(33.33% - 15px);
}
@media (max-width: 991px) {
    .related-posts .sc-grid__col {
        margin-bottom: 22px;
        flex-basis: calc(50% - 15px);
    }
    .related-posts .sc-grid__col:nth-child(3) {
        flex-basis: calc(100%);
    }
}
@media (max-width: 639px) {
    .related-posts .sc-grid__col {
        flex-basis: calc(100%);
    }
}