div#custom-title {
    padding-top: 78px !important;
}
@media only screen and (max-width: 390px){
#custom-title    h1 {
    font-size: 43px;
}
}
@media only screen and (max-width: 375px){
#custom-title    h1 {
    font-size: 43px;
}
.row {
    padding-top: 20px;
}
}