/************************** HERO **************************/
.hero {
    background: url(../../imgs/hero/FAQ/FAQ-Mobile.jpg);
    height: auto !important;
}

.hero .row {
    background-color: unset;
    width: unset !important;
}

.hero .hero-bg {
    height: auto;
    padding: 0 !important;
    margin-top: 90px;
    min-height: 500px;
}

.hero-wrapper {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
    display: grid;
    margin: 0px var(--side-margin);
    min-height: inherit;
}

/************************** SEARCH **************************/
.search-wrapper {
    margin-top: 20px;
}

.search-wrapper .search-icon {
    margin-right: 5px;
    height: 23px;
    width: 22px;
}

.search-wrapper .custom-txtBox {
    background-color: var(--white);
    font-size: .875rem !important;
    height: 30px;
    margin: 0 !important;
    padding: 10px !important;
}

/************************** MEDIA QUERIES **************************/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero {
        background: url(../../imgs/hero/FAQ/FAQ-Tablet.jpg);
    }

    .search-wrapper .search-icon {
        height: 34px;
        width: 34px;
    }

    .search-wrapper .custom-txtBox {
        font-size: 1.125rem !important;
        height: 40px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero {
        background: url(../../imgs/hero/FAQ/FAQ.jpg);
        height: auto !important;
    }

    .search-wrapper .search-icon {
        height: 44px;
        width: 44px;
    }

    .search-wrapper .custom-txtBox {
        font-size: 1.5rem !important;
        height: 50px;
    }
}