.title-1 h1 {
    font-size: 45px;
}

@media screen and (max-width: 500px) {

    .title-1 h1 {
        font-size: 15px;
    }

}