.menu-2__title {
    font-weight: 700;
    font-size: 17.33px;
    line-height: 20px;
    margin-bottom: 18px;
}
.menu-2__list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.menu-2__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    text-decoration: none;
}
@media (max-width: 767px){
    .menu-2__title {
        margin-bottom: 10px;
    }
}