body.home {
    margin: 0;
}

.s-herocta {
    padding-top: 0;
    min-height: 100vh;

}

.header-logo {
    color: var(--color3-1) !important;
    font-family: "Nunito";
    /*text-transform: lowercase;*/
    font-size: 30px;
    font-weight: 800;
}

.s-herocta::before {
    /*background-image: url(../images/become-a-seller/become-a-seller.jpg);*/
}

.s-whychef__list {
    justify-content: left;
    flex-wrap: wrap;
}

.section-title {
    color: var(--color3-3);
}

.s-whychef__item {
    width: calc(100% / 3 - 20px);
    text-align: justify;
    padding: 20px;
    border-radius: 20px;
}
.s-whychef__item:nth-child(1) {
    background-color: var(--color3-1);
}
.s-whychef__item:nth-child(2) {
    background-color: var(--color3-1);
}
.s-whychef__item:nth-child(3) {
    background-color: var(--color3-1);
}
.whychef-icon-1 {
    display: none;
}

.s-helpyou__list .whychef-icon {
    display: none;
}

@media screen and (max-width: 1200px) {
    .s-whychef__item {
        width: calc(100% / 3 - 20px);
    }
}
@media screen and (max-width: 748px) {
    .s-whychef__item {
        width: unset;
    }
}

.footer-logo {
    color: var(--primary-button-color);
    /*font-family: "Тг";*/
    font-size: 20px;
    font-weight: 600;
}
