#tow {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family: Nunito, Arial;
}
@media screen and (max-width: 479px) {
    #tow {
        font-size: 18px;
    }
}