.section3 {
    padding: 240px 0 90px;
}

.box3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.box3 .text {
    width: 460px;
}

.box3 .text h1 {
    color: #000;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}

.box3 .text .desc {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 2;
    word-break: break-all;
    text-align: justify;
}

.box3 .about {
    width: 520px;
}

.box3 .More {
    border: 1px solid var(--color2);
    width: 360px;
    height: 80px;
    color: var(--color2);
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box3 .More img {
    margin-left: 25px;
}

.box3Number {
    display: flex;
    justify-content: space-around;
}

.box3Number .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box3Number .item h1 {
    color: var(--color2);
    font-size: 52px;
    line-height: 1;
    margin-bottom: 25px;
}

.box3Number .item h2 {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.box3Number .item:hover h1 {
    background: linear-gradient(135deg, #1DAAE8 0%, #194994 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1600px) {
    .section3 {
        padding: 140px 0 90px;
    }
}

@media (max-width: 1440px) {
    .box3 .text {
        width: 360px;
    }

    .box3 .about {
        width: 460px;
    }

    .box3 .More {
        width: 260px;
        height: 70px;
    }
}

@media (max-width: 1200px) {
    .box3 .text {
        width: 60%;
    }

    .box3 .about {
        width: 40%;
    }

    .box3Number {
        padding-top: 45px;
    }
}

@media (max-width: 992px) {
    .box3 .text h1 {
        font-size: 36px;
    }

    .box3 .More {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
}

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

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

    .box3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box3 .about {
        width: 60%;
        max-width: 500px;
    }

    .box3 .text {
        width: 100%;
    }

    .box3Number {
        padding: 30px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .box3Number .item {
        padding: 15px 0;
        width: 50%;
    }
}