.banner-content {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .banner-content {
        margin-top: 30px;
    }
}
