#wrap {
    background: rgba(0, 0, 0, 0.2) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-blend-mode: overlay;
}

.content {
    margin-top: 25vh;
}

.inner-div {
    margin-top: -5rem;
    padding-top: 5rem;
    background-color: #fff;
}

section#FAQ {
    padding: 0rem 0rem 3rem 0rem;
    background-color: #FFFFFF;
    /* margin-top: -5rem; */
}

hr.divider {
    border-top: 5px solid #FF8833;
    width: 5rem;
}

#main-title {
    font-size: 4vw;
    font-weight: 900;
}

#btn-incident-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2vw;
}

#btn-feedback-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2vw;
}

#faq-main-title {
    font-weight: 700;
    font-size: 2.5vw;
    margin-top: -10px;
}

#faq-search-row {
    margin-top: -15px;
}

#row-search-faq-title {
    margin-top: 2vh;
}

#faq-card {
    max-width: 80vw;
    position: relative;
    flex: 0 0 auto;
    min-height: 35vw;
}

#faq-body-text {
    color: #70757A;
    font-size: 1.3vw;
}

#faq-detail-btn {
    color: #FF8833;
    text-decoration: none;
}

#faq-title {
    font-size: 1.4vw;
}

#sub-title-text-1 {
    font-size: 2vw;
}

#sub-title-text-2 {
    font-size: 2vw;
}

@media only screen and (max-width: 1000px) {
    .content {
        margin-top: 15vh;
    }
    #wrap {
        min-height: 55vh;
    }
    .inner-div {
        display: none;
    }
}