@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope.ttf);
}
body, html{
    font-family: Manrope;
}
.f-nav{
    width: 65%;
}
.f-nav .item a{
    font-size: .9rem;
}

.pw-cols .pw-title{
    width: auto;
}
@media screen and (max-width: 1024px) {
    .yf-menu{
        flex-wrap: wrap;
    }
    .yf-menu a{
        padding: 2px 10px;
        line-height: 1.2;
    }
    .message-cat a {
        line-height: 20px;
    }
    .after-bar .dot .txt{
        position: relative;
        top: -10px;
    }
}