@media only screen and (max-width: 767px)
{
.section-title h2 {
    font-size: 20px !important;
    text-align: center;
    margin-top: -45px;
    margin-bottom: 0px !important;
}
}