.title-box h2{
    font-size: 72px !important;
    text-transform: uppercase;
}

@media screen and (max-width: 750px) {
.title-box h2{
    font-size: 24px !important;
}
}