.f-main {
    background-color: var(--color-b2);
    margin: 0 -30px;
}
.f-main__text {
    font-family: var(--font-2r);
    color: #fff;
    font-size: 18px;
}
.f-main-logo {
    font-family: var(--font-2r);
    color: #fff;
    font-size: 18px;
}

