.ab-img {
    margin-bottom: 30px;
}
.ab-desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}


.ab-number {
    margin-bottom: 30px;
}
.ab-number .item {
}
.ab-number__item {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    background: #f6f6f6;
}

.ab-number__item .i-img {
    margin-bottom: 30px;
}
.ab-number__item .i-img img {

}
.ab-number__item .i-number {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.ab-number__item .i-number .counter-up {

}
.ab-number__item .i-number sup {
    margin-left: 5px;
    font-size: 20px;
    top: -20px;
}
.ab-number__item .i-text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
}






.ab-location {
    margin-top: 30px;
}

.ab-location .ab-location__title {
    font-weight: bold;
    color: var(--web-color);
    margin-bottom: 15px;
}
.ab-location .ab-location__desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.ab-location .ab-location__img {
    text-align: center;
}



@media only screen and (max-width: 991px) {

}


@media all and (max-width: 767px){

    .ab-number__item {
        padding: 15px 10px;
    }

    .ab-number__item .i-number {
        font-size: 25px;
        line-height: 30px;
    }
    .ab-number__item .i-number sup {
        font-size: 16px;
        top: -10px;
    }
}