.home-news-insight {
    padding: 96px 0 110px;
    background: #ffffff;
}

.home-news-insight__inner {
    width: min(100%, 1520px);
    margin: 0 auto;
}

.home-news-insight__top {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 140px;
    gap: 24px 36px;
    align-items: center;
    padding: 0 16px 54px;
}

.home-news-insight__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    min-height: 34px;
    padding: 8px 22px;
    background: #577C4C;
    color: #020202;
    font: 700 16px/1 var(--fontB);
    text-transform: uppercase;
}

.home-news-insight__title {
    margin: 0;
    max-width: 760px;
    color: #020202;
    font: 400 clamp(52px, 5vw, 80px)/0.98 var(--fontB);
    text-transform: uppercase;
}

.home-news-insight__arrows {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.home-news-insight__arrow {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(2, 2, 2, 0.12);
    background: #ffffff;
    color: #020202;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.home-news-insight__arrow:hover,
.home-news-insight__arrow:focus-visible {
    background: #020202;
    border-color: #020202;
    color: #ffffff;
}

.home-news-insight__grid {
    display: block;
    padding: 0 16px;
}

.home-news-insight__card {
    display: flex;
    flex-direction: column;
    padding: 0 14px;
}

.home-news-insight__grid .slick-list {
    margin: 0 -14px;
}

.home-news-insight__grid .slick-track {
    display: flex;
}

.home-news-insight__grid .slick-slide {
    height: inherit;
}

.home-news-insight__grid .slick-slide>div {
    height: 100%;
}

.home-news-insight__grid .slick-slide .home-news-insight__card {
    height: 100%;
}

.home-news-insight__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f0f0f0;
}

.home-news-insight__thumb img {
    width: 100%;
    aspect-ratio: 1 / 1.14;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-news-insight__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    min-height: 76px;
    padding: 10px 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #020202;
    border-top: 4px solid #577C4C;
    color: #ffffff;
    text-transform: uppercase;
}

.home-news-insight__date strong {
    font: 400 34px/1 var(--fontB);
}

.home-news-insight__date span {
    margin-top: 4px;
    font: 700 14px/1 var(--fontB);
}

.home-news-insight__meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 0 16px;
    border-bottom: 1px solid rgba(2, 2, 2, 0.12);
    color: #6c6c6c;
    font-size: 14px;
}

.home-news-insight__category {
    position: relative;
    padding-left: 12px;
    color: #020202;
    font-weight: 700;
    text-transform: uppercase;
}

.home-news-insight__category::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #577C4C;
}

.home-news-insight__name {
    margin: 26px 0 0;
    color: #020202;
    font: 400 25px/1.18 var(--fontB);
    text-transform: uppercase;
}

.home-news-insight__name a {
    color: inherit;
    text-decoration: none;
}

.home-news-insight__desc {
    margin-top: 18px;
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news-insight__more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: #020202;
    font: 700 15px/1.2 var(--fontB);
    text-transform: uppercase;
    text-decoration: none;
}

.home-news-insight__more-icon {
    font-size: 18px;
    line-height: 1;
}

.home-news-insight__card:hover .home-news-insight__thumb img {
    transform: scale(1.06);
}

@media (max-width: 1399px) {
    .home-news-insight__top {
        grid-template-columns: 220px minmax(0, 1fr) 120px;
    }

    .home-news-insight__name {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .home-news-insight {
        padding: 72px 0 84px;
    }

    .home-news-insight__top {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-bottom: 40px;
    }

    .home-news-insight__arrows {
        justify-content: flex-start;
    }

    .home-news-insight__grid .slick-list {
        margin: 0 -10px;
    }

    .home-news-insight__card {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .home-news-insight {
        padding: 56px 0 68px;
    }

    .home-news-insight__eyebrow {
        font-size: 13px;
        padding: 7px 16px;
    }

    .home-news-insight__title {
        font-size: 40px;
    }

    .home-news-insight__grid {
        padding: 0 12px;
    }

    .home-news-insight__top {
        padding: 0 12px 34px;
    }

    .home-news-insight__arrow {
        width: 54px;
        height: 54px;
        font-size: 26px;
    }

    .home-news-insight__name {
        font-size: 28px;
    }

    .home-news-insight__grid .slick-list {
        margin: 0;
    }

    .home-news-insight__card {
        padding: 0;
    }
}