.section2 {
    padding: 140px 0;
    background: #F6F6F6;
    position: relative;
}


.box2Img {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
}

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

.section2 .text {
    width: 50%;
    padding-right: 70px;
}

.section2 .text h1 {
    color: #034390;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}


.section2 .text .desc {
    color: rgba(28, 28, 28, 0.60);
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    margin: 60px 0;
}



.section2 .numberBox {
    margin-top: 70px;
    display: flex;
}

.section2 .numberBox .item {
    margin-right: 5px;
    background: #fff;
    width: 20%;
    padding: 72px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: center;
}

.section2 .numberBox .item img {
    max-width: 56px;
    max-height: 56px;
    transition: 1s;
}

.section2 .numberBox .item:hover img {
    transform: scale(1.1);
}

.section2 .numberBox .item h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0;
}

.section2 .numberBox .item h2 {
    color: #2B2B2B;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}













@media screen and (max-width: 1700px) and (min-width: 0px) {
    .section2 {
        padding: 120px 0;
    }

    .section2 .text .desc {
        margin: 30px 0;
    }

    .section2 .numberBox {
        margin-top: 45px;
    }

    .section2 .numberBox .item {
        padding: 45px 0;
    }
}

@media screen and (max-width: 1440px) and (min-width: 0px) {
    .section2 .text .desc {
        font-size: 14px;
    }

    .section2 .numberBox .item h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 0px) {
    .box2Img {
        margin-top: 30px;
        width: 100%;
        height: 100%;
        padding-left: 3vw;
        padding-right: 3vw;
        position: relative;
        right: 0;
        top: 0;
        object-fit: cover;
        z-index: 1;
    }

    .section2 .text {
        width: 100%;
        padding-right: 0;
    }

    .section2 .numberBox {
        display: flex;
        justify-content: space-between;
    }

    .section2 .numberBox .item {
        margin-right: 0px;
        width: calc((100% - 10px) / 3);
    }
}

@media screen and (max-width: 992px) and (min-width: 0px) {}

@media screen and (max-width: 640px) and (min-width: 0px) {
    .section2 {
        padding: 60px 0;
    }

    .section2 .text h1 {
        font-size: 28px;
    }

    .section2 .text .desc {
        font-size: 12px;
    }

    .section2 .numberBox .item {
        padding: 15px 0;
    }

    .section2 .numberBox .item img {
        max-width: 30px;
        max-height: 30px;
    }

    .section2 .numberBox .item h1 {
        margin: 5px 0;
        font-size: 24px;
    }

    .section2 .numberBox .item h2 {
        font-size: 12px;
    }
}