@media screen and (min-width: 1024px) {
.hero-detail .headline { min-height: 300px !important; }
}

@media screen and (min-width: 768px) {
.hero-detail .headline { min-height: 300px !important; }
}

@media screen and (max-width:767px) {
.hero-detail .headline { min-height: 350px !important; }
}