.qhse-outer .outer-overview {
    padding: 100px 0;
    border-bottom: 1px solid #A9A8A9;
    padding-bottom: 82px;
}

.qhse-outer .outer-overview h3 {
    padding-bottom: 31px;
    font-size: 58px;
    line-height: 55px;
    text-align: left;
    color: #022a3a;
    margin: 0;
}

.qhse-outer .outer-overview .cont-over p {
    font-family: "Arial";
    font-size: 17px;
    line-height: 34px;
    text-align: left;
    color: #000;
    font-weight: 300;
}

.qhse-outer .hse-count {
    padding: 62px 0;
}

.qhse-outer .hse-count h3 {
    text-align: center;
    padding-bottom: 44px;
    font-size: 43px;
    line-height: 58px;
    text-align: center;
    color: #a9a8a9;
}

.qhse-outer .hse-count .bx-count h4 {
    padding-bottom: 14px;
    margin: 0;
    font-size: 44px;
    letter-spacing: -0.01em;
    line-height: 38px;
    text-align: center;
    color: #ff4338;
}

.qhse-outer .hse-count .bx-count h5 {
    font-family: "Arial";
    margin: 0;
    font-weight: normal;
    font-size: 19px;
    line-height: 33px;
    text-align: center;
    color: #022a3a;
}

.qhse-outer .hse-count .bx-count {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.cont-hse {
    padding-top: 44px;
}

.qhse-outer .hse-count .cont-hse p {
    font-family: "Arial";
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: #000;
}

.qhse-outer .hse-aware {
    padding-bottom: 62px;
}

.qhse-outer .hse-aware .aware-cont h3 span {
    color: #ff4338;
}

.qhse-outer .hse-aware .aware-cont h3 {
    color: #072e3e;
    margin: 0;
    padding-bottom: 26px;
    font-size: 42px;
    line-height: 46px;
    text-align: left;
    color: #022a3a;
}

.qhse-outer .hse-aware .aware-cont p {
    font-family: "Arial";
    font-size: 17px;
    line-height: 29px;
    text-align: left;
    color: #022a3a;
}

.qhse-outer .slider-hse {
    position: relative;
}

.qhse-outer .slider-hse .owl-nav {
    position: absolute;
    left: 26px;
    bottom: 6px;
    z-index: 1;
}

.qhse-outer .slider-hse button.owl-prev {
    height: 19px;
    overflow: hidden;
    transition: 0.5s ease-out;
}

.qhse-outer .slider-hse button.owl-next {
    height: 19px;
    overflow: hidden;
    transition: 0.5s ease-out;
}

.qhse-outer .slider-hse button:focus {
    outline: unset;
    outline: unset;
}

.qhse-outer .slider-hse button.owl-prev:hover img {
    transform: translate(0px, -30px);
    transition: 0.5s ease-out;
}

.qhse-outer .slider-hse button.owl-prev:hover {
    background-color: unset !important;
    outline: none;
}

.qhse-outer .slider-hse button.owl-next:hover {
    background-color: unset !important;
    outline: none;
}

.qhse-outer .slider-hse button.owl-next:hover img {
    transform: translate(0px, -30px);
    transition: 0.5s ease-out;
}

@media screen and (max-width:768px) {
    .qhse-outer .outer-overview h3 {
        padding-bottom: 27px;
        font-size: 45px;
        line-height: 32px;
    }
    .qhse-outer .outer-overview {
        padding: 49px 0px;
        padding-bottom: 30px;
    }
    .qhse-outer .outer-overview .cont-over p {
        font-size: 16px;
        line-height: 29px;
        color: #000;
    }
    .qhse-outer .hse-count {
        padding: 52px 0;
    }
    .qhse-outer .hse-count .bx-count {
        margin-bottom: 14px;
    }
    .qhse-outer .hse-count .bx-count h4 {
        padding-bottom: 14px;
        font-size: 37px;
        line-height: 33px;
        text-align: center;
        color: #ff4338;
    }
    .cont-hse {
        padding-top: 28px;
    }
    .qhse-outer .hse-count .cont-hse p {
        font-family: "Arial";
        font-size: 16px;
        line-height: 27px;
        text-align: left;
        color: #000;
    }
    .qhse-outer .hse-aware .aware-cont h3 {
        padding-bottom: 26px;
        font-size: 36px;
    }
    .qhse-outer .hse-aware .aware-cont p {
        font-family: "Arial";
        font-size: 16px;
        line-height: 26px;
    }
    .qhse-outer .hse-count h3 {
        text-align: center;
        padding-bottom: 18px;
        font-size: 33px;
        line-height: 58px;
    }
}