.footer-menu-block {
    max-width: 190px;
    width: 100%;
}

.footer-menu-block .title-text {
    color: var(--white);
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 18px;
}

.footer-menu-block .footer-menu-item {
    color: var(--white);
    margin-bottom: 8px;
    display: block;
    width: 100%;
    line-height: 18px;
}

.footer-menu-block .footer-menu-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 1133px) {
    .footer-menu-block {
        max-width: 100%;
    }

    .footer-menu-block .footer-menu-item:not(:first-child) span{
        font-weight: 300;
    }
}