
#home-hero-2, #home-hero-3, #menb-hero-1 {
    @media screen and (max-width: 700px) {
        min-height: 360px;
        background-position: top center !important;
    }
}

#home-hero-1 {
    @media screen and (max-width: 700px) {
        min-height: 420px;
        background-position: top center !important;
        >div {
            position: relative;
            top: 30px;
        }
    }
}

#faq-hero, #menb-hero-3 {
    @media screen and (max-width: 700px) {
        min-height: 360px;
        background-position: top center !important;
        >div {
            position: relative;
            top: 20px;
        }
    }
}

#menb-hero-2 {
    @media screen and (max-width: 700px) {
        min-height: 320px;
        background-position: top center !important;
    }
}

#menb-hero-4 {
    @media screen and (max-width: 700px) {
        min-height: 280px;
        background-position: top center !important;
    }
}

#risk-side-effects-hero {
    @media screen and (max-width: 700px) {
        min-height: 300px;
        background-position: top center !important;
        >div {
            position: relative;
            top: 20px;
        }
    }
}

.inbenta-bot .inbenta-bot__chat__custom-window>span {
    justify-content: center;
}



