@charset "UTF-8";

.article h1 br{
    display: none;
}


@media screen and (max-width: 480px){
    .article h1 br{
        display: block;
    }
}

