.hero-section {
    min-height: 800px;
}
@media(min-width: 768px) {
.hero-section {
    min-height: 700px;
}
.hero-section img {
    margin-left: 15px;
}
}