.t888-home-post-categories {
    padding: 88px 0 72px;
    background: #fff;
    text-align: center;
}

.t888-home-post-categories__title {
    margin: 0 auto 56px;
    max-width: 820px;
    color: #000;
    font-family: var(--font-family);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
}

.t888-home-post-categories__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 56px;
    margin: 0 0 48px;
    padding: 0;
    list-style: none;
}

.t888-home-post-categories__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: #222;
    text-decoration: none;
}

.t888-home-post-categories__thumb {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    background: #eee;
}

.t888-home-post-categories__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t888-home-post-categories__name {
    font-family: var(--font-noto-sans);
    font-size: 1rem;
}

.t888-home-post-categories__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111;
    font-family: var(--font-noto-sans);
    text-decoration: none;
}

.t888-home-post-categories__more i {
    font-size: 14px;
}

@media (max-width: 767px) {
    .t888-home-post-categories {
        padding: 56px 0 40px;
    }

    .t888-home-post-categories__list {
        gap: 28px 24px;
    }

    .t888-home-post-categories__thumb {
        width: 88px;
        height: 88px;
    }
}
