@media (min-width: 1199px) {
    .hero-style8 {
        padding: 94px 0 !important;
        padding-top: 94px !important;
        padding-right: 0px !important;
        padding-bottom: 94px !important;
        padding-left: 0px !important;
    }
}
@media (max-width: 991px) {
    .feature-box-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px 15px;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: center !important;
    }
}
.box-icon2{
    display: flex;
    justify-content: center;
}

.box-title2{
    text-align: center;
}

.tab-pane2{
    margin-top: 30px;
}