@media only screen and (max-width: 800px){
    /*#hero-section{*/
    /*    min-height: 50vh !important;*/
    /*    height: 50vh !important;*/
    /*}*/
    a.btn.header-button{
        display: none;
    }
    form.search-form {
        flex-direction: column;
    }

    .search-form .flex-fill {
        border: none !important;
    }
    form.search-form .flex-shrink-0 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .advantage-card img {
        height: 350px;
    }
    h2.faq-title {
        max-width: 100%;
    }
}
