.mobile-title h2 {font-weight: 500;color: #000;margin: 0;line-height: normal;width: 90%;font-size: 16px;}
@media screen and (min-width: 750px) {
    .mobile-title h2 {display:none;}
}