.home-blog {
    padding: 80px 0;
    background: #fff;
}

.home-blog__head {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.home-blog__title {
    margin: 0 0 20px;
    font: 800 40px/1.2 "Manrope", sans-serif;
    color: #292424;
}

.home-blog__title span {
    color: #F04259;
}

.home-blog__subtitle {
    font: 400 17px/1.54 "Manrope", sans-serif;
    color: #595757;
}

.home-blog .blog-cat {
    margin: 0;
}

.home-blog .blog-cat__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-blog__footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.home-blog__button {
    min-width: 196px;
    height: 56px;
    border-radius: 16px;
    font: 600 16px/20px "Manrope", sans-serif;
    color: #fff;
    background: #F04259;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, transform .25s ease;
}

.home-blog__button:hover {
    background: #d92c43;
    transform: translateY(-1px);
}

.home-blog__arrows {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-blog .blog-cat-post__img {
        height: 220px;
        min-height: 220px;
        aspect-ratio: auto;
    }

    .home-blog .blog-cat-post__title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .home-blog .blog-cat__list {
        display: block;
        margin: 0 -12px;
        padding-bottom: 22px;
    }

    .home-blog .blog-cat__list.slick-initialized .slick-list {
        overflow: hidden;
        padding-bottom: 8px;
    }

    .home-blog .blog-cat__list .slick-track {
        display: flex;
        align-items: stretch;
    }

    .home-blog .blog-cat__list .slick-slide {
        display: flex;
        height: auto;
        margin: 0 12px;
    }

    .home-blog .blog-cat__list .slick-slide > div {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .home-blog .blog-cat__list .blog-cat-post {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .home-blog .blog-cat-post__bg {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .home-blog .blog-cat-post__box {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
    }

    .home-blog .blog-cat-post__meta {
        align-content: flex-start;
        height: 58px;
        min-height: 58px;
        overflow: hidden;
    }

    .home-blog .blog-cat-post__title {
        display: -webkit-box;
        height: 52px;
        min-height: 52px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .home-blog__arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        min-height: 48px;
        margin-top: 28px;
    }

    .home-blog__arrow {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        padding: 0;
        border: 1px solid #e2e3e6;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        transition: border-color .25s ease, background .25s ease;
    }

    .home-blog__arrow:hover {
        border-color: #f04259;
        background: #fff6f7;
    }

    .home-blog__arrow svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: #292424;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .home-blog__title {
        font-size: 32px;
        line-height: 1.25;
    }

    .home-blog__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .home-blog {
        padding: 64px 0;
    }

    .home-blog__head {
        margin-bottom: 30px;
    }

    .home-blog .blog-cat__list {
        margin: 0 -7.5px;
    }

    .home-blog .blog-cat__list .slick-slide {
        margin: 0 7.5px;
    }

    .home-blog__title {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.25;
    }

    .home-blog__subtitle {
        font-size: 15px;
        line-height: 1.5;
    }

    .home-blog__arrows {
        margin-top: 24px;
    }

    .home-blog__footer {
        margin-top: 30px;
    }
}
