#title-text {

}


#title-text h2 {
    margin-bottom: 0px;
    padding: 10px;
}

@media only screen and (max-width: 980px) {
    #title_text {
        padding-bottom: 40px;
    }

    #title_text h3 {
        margin-bottom: 10px;
    }
    
}