<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section2 {
    position: relative;
    background: #000;
}

.section2 .container {
    position: relative;
    z-index: 2;
}

.section2 .title {
    border-bottom: 1px solid #fff;
}

.section2 .title h1 {
    background: linear-gradient(180deg, #07409C 40%, #ffffff 40%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section2 .bj {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-position: bottom;
    object-fit: contain;
}

.box2 {
    margin-top: 30px;
}

.box2 .desc {
    width: 95%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.box2Number {
    margin: 60px 0 400px;
    border: 1px solid #8D8D8D;
    display: flex;
}

.box2Number .item {
    padding: 30px 10px;
    width: 100%;
    border-right: 1px solid #8D8D8D;
}

.box2Number .item:last-child {
    border: 0px;
}

.box2Number .item h1 {
    color: #FFF;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
}

.box2Number .item span {
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.box2Number .item h2 {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}

.box2 .add {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    text-transform: capitalize;
}

@media (max-width: 1600px) {
    .box2Number {
        margin: 60px 0 200px;
        border: 1px solid #8D8D8D;
        display: flex;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .box2Number {
        margin: 60px 0 100px;
    }
}

@media (max-width: 992px) {
    .box2Number .item {
        width: 33.333%;
    }

    .box2Number {
        display: flex;
        flex-wrap: wrap;
    }

    .box2Number .item:nth-child(1),
    .box2Number .item:nth-child(2),
    .box2Number .item:nth-child(3) {
        border-bottom: 1px solid #8D8D8D;
    }

    .box2Number .item:nth-child(3) {
        border-right: 0px;
    }

    .box2 .desc {
        font-size: 16px;
        line-height: 2;
    }
}

@media (max-width: 640px) {
    .box2Number {
        margin: 60px 0;
    }

    .box2 .add {
        font-size: 18px;
        padding-bottom: 60px;
    }
}
</pre></body></html>