.bd-title-bg h5 {
    padding-bottom: 5px;
}

.bd-center-img h5 {
    font-size: 18px;
    text-align: center;
}

.bd-ps-category-item h6 {
    font-size: 22px;
}

.bp-features-item img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.bp-features-title {
    align-items: center;
}

.bp-features-num,
.bp-features-label2 {
    font-size: 16px;
}

.bp-1-text2 {
    font-size: 16px;
    text-align: center;
}

.bp-1-text2:last-child{
    margin-top: 0;
}

.bp-1-bottom-content {
    padding: 40px 20px 0;
}

.bd-item-right .bd-title-left {
    margin-left: 10px;
}

.bd-title-left .bd-label2,
.bd-title-left .bd-label3{
    text-align: right;
}

.bd-item-right .bd-label2, 
.bd-item-right .bd-label3{
    text-align: left;
}

.bp7-2-inner {
    grid-template-columns: 1fr 1.2fr 1fr;
    display: grid;
}

.bp7-2-item ul li {
    font-weight: 300;
}

.bp-features-category2 {
    gap: 30px;
}


@media screen and (max-width: 1600px) {
    .bp7-2-inner {
        gap: 35px;
    }

    .bp7-2-item ul li {
        font-size: 16px;
    }

    .bp7-2-item:nth-child(2) {
        padding: 0px 35px;
    }

    .bp7-2-item:nth-child(2) img {
        margin-bottom: 15px;
    }

    .bd-title-left .bd-label2{
        font-size: 16px;
    }

    .bd-title-left .bd-label3{
        font-size: 14px;
    }

    .bp-features-category2 {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1199px) {
    .ac-sub-menu-inner {
        max-width: 450px;
    }
    
    .bp7-2-inner{
        grid-template-columns: 1fr;
    }

    .bp7-2-item:nth-child(2) {
        padding: 35px 0 0; 
    }

    #BusinessDigitaliztionDiv{
        gap: 20px;
    }
}


@media screen and (max-width: 991px) {
   .bp-features-category{
        grid-template-columns: repeat(1, 1fr);
   }
}

@media screen and (max-width: 800px) {

    .bd-center-img img {
        min-width: 140px;
        max-width: initial;
    }
    
    .bd-center-img h5{
        font-size: 8px!important;
    }

    .bd-label1, .bd-label2 {
        font-size: 8px!important;
    }

    .bd-title-left .bd-label2 {
        font-size: 8px!important;
    }

    .bd-title-left .bd-label3 {
        font-size: 8px!important;
    }
 }
 