.menu__title {
    color: #464646;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    
}

@media screen and (min-width:1440px) {
    .menu__title {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.1875rem;
        color: #464646;
    }  
}

