@media (min-width: 992px) and (max-width: 1199px) {
   
}

@media only screen and (max-width : 991px) {
    .bhh {
        padding: 120px 0 60px 0;
    }
    .bhh h1 {
        font-size: 52px;
    }
}

@media only screen and (max-width : 767px) {
    .bhh {
        padding: 90px 0 30px 0;
    }
    .bhh__bottom-section {
        margin: 30px auto 0 auto;
    }
    .bhh h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .bhh__text-box h2 {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 10px;
        text-align: center;
    }
    .bhh__text-box p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
    .bhh__text-box ul li {
        font-size: 16px;
    }
    .bhh__text-box {
        margin-bottom: 40px;
    }
}