/* Desktop view */
.hero-content.style-four {
    margin-top: 10px;
}

/* Mobile view */
@media (max-width: 768px) {
    .hero-content.style-four {
        margin-top: 0;
    }
}