@media screen and (max-width: 480px) {
h1.l-header__logo.has-text {
    font-size: 32px;
}
}
@media screen and (max-width: 375px) {
h1.l-header__logo.has-text {
    font-size: 30px;
}
}

@media screen and (max-width: 320px) {
h1.l-header__logo.has-text {
    font-size: 24px;
}
}
