@media (max-width: 1200px) {
    .hero-subtitle {
        max-width: 100%;
        z-index: 4;
        position: relative;
    }
    .hero-text {
        min-width: auto;
    }
}
@media (max-width: 650px) {
    .c-section-title-form {
        width: 100%;
    }
}
