.vc_rows {
    overflow: inherit;
}

@media only screen and (max-width:480px) {
    .titles h1 {
        font-size: 32px;
        line-height:1;
    }
    .titles span.grow {
        font-size: 32px;
        line-height:1;
    }
}
@media only screen and (max-width:768px) {
.phone-number {
    display: inline;
}
}