.nhk-home-page .home-hero-card {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 42%, rgba(255, 255, 255, .16) 72%),
        url("/img/heroes/hero1.png");
}

.nhk-home-page .home-hero-eyebrow {
    color: #df0014;
}

.nhk-home-page .nhk-services {
    padding: 20px 0 48px;
}

.nhk-home-page .nhk-services__title {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    color: #111;
}

.nhk-home-page .nhk-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nhk-home-page .nhk-service-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    min-height: 58px;
    padding: 14px 18px;
    border-radius: 8px;
    background: #fff;
    color: #111;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    font-size: 15px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

.nhk-home-page .nhk-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

.nhk-home-page .nhk-service-card img {
    width: 18px;
    height: 18px;
    justify-self: end;
}

.nhk-home-page .about_center_block {
    min-height: 360px;
}

.nhk-home-page .contacts_block .about_wrap {
    overflow: visible;
}

.nhk-home-page .contacts_block .locations {
    display: flex;
}

.nhk-home-page .contacts_block .tabs_block {
    display: none;
}

.nhk-home-page .site-footer--nhk .site-footer__legal {
    max-width: 340px;
}

@media (max-width: 1199.98px) {
    .nhk-home-page .nhk-services__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .nhk-home-page .home-hero-card {
        background-image:
            linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .86) 48%, rgba(255, 255, 255, .2) 100%),
            url("/img/heroes/hero1.png");
    }

    .nhk-home-page .nhk-services {
        padding-top: 10px;
    }

    .nhk-home-page .nhk-services__title {
        font-size: 28px;
    }

    .nhk-home-page .nhk-services__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .nhk-home-page .nhk-service-card {
        min-height: 54px;
        font-size: 14px;
    }
}
