/* RESPONSIVE */
@media (max-width: 768px) {
    .banner-slider {
        height: 30vh;
    }

    .banner {
        height: 90%;
    }

    .welcom-img {
        display: none;
    }

    .faq-title {
        text-align: center;
    }
}