.header, .promo-banner-top-slider, .footer {
    display: none;
}

main>nav {
    margin-top: 0;
}

.grills-landing .item__text {
    justify-content: flex-end;
}

.grills-landing .item__link {
    height: 70%;
}

/* rivelia-partners */
.grills-landing .grills-partners {
    overflow: hidden;
    padding-bottom: 100px;
}

.grills-landing .grills-partners__title {
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.grills-landing .grills-partners__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-row-gap: 10px;
}

.grills-landing .grills-partners__link {
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.grills-landing .grills-partners__link:hover {
    text-decoration: none;
}

.grills-landing .grills-partners__logo {
    width: auto;
    max-width: 150px;
    max-height: 56px;
}

.grills-landing .grills-partners__name {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 19px;
    color: #1a1d1f;
}

@media screen and (min-width: 1024px) {
    .grills-landing .grills-partners__title {
        font-size: 32px;
        line-height: 35px;
    }
}

@media screen and (min-width: 1280px) {
    .grills-landing .grills-partners__title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 80px;
    }
}