.section {
    padding: 70px 0 70px
}

.section .wrap {
    width: 1400px;
    margin: 0 auto
}

.section .wrap .title {
    text-align: center;
    margin: 0 0 70px
}

.section .wrap .title p {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    line-height: 1;
    margin: 0 0 30px
}

.section .wrap .title p {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 32px
}

.section .wrap .title p span {
    font-weight: bold;
    font-size: 24px;
    color: #005CFF
}

.section .wrap .flex {
    display: flex;
    flex-wrap: wrap
}

.section .wrap .flex .item {
    width: 300px;
    margin-bottom: 56px
}

.section .wrap .flex .item .img {
    height: 220px;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    justify-content: center;
}

.section .wrap .flex .item p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 1
}

.section .wrap .flex .item:not(:nth-child(4n)) {
    margin-right: 66px
}

@media screen and (max-width: 1920px) {
    .section {
        padding: 3.6458333333vw 0 3.6458333333vw
    }

    .section .wrap {
        width: 72.9166666667vw;
        margin: 0 auto
    }

    .section .wrap .title {
        text-align: center;
        margin: 0 0 3.6458333333vw
    }

    .section .wrap .title p {
        font-weight: bold;
        font-size: 1.875vw;
        color: #111111;
        line-height: 1;
        margin: 0 0 1.5625vw
    }

    .section .wrap .title p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #444444;
        line-height: 1.6666666667vw
    }

    .section .wrap .title p span {
        font-weight: bold;
        font-size: 1.25vw;
        color: #005CFF
    }

    .section .wrap .flex {
        display: flex;
        flex-wrap: wrap
    }

    .section .wrap .flex .item {
        width: 15.625vw;
        margin-bottom: 2.9166666667vw
    }

    .section .wrap .flex .item .img {
        height: 11.4583333333vw;
        display: flex;
        align-items: center;
        margin: 0 0 0.78125vw
    }

    .section .wrap .flex .item p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #000000;
        text-align: center;
        line-height: 1
    }

    .section .wrap .flex .item:not(:nth-child(4n)) {
        margin-right: 3.4375vw
    }
}
@media screen and (max-width: 1024px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title p {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .section {
        padding: 40px 0 60px;
    }
    .section .wrap .title p,.section .wrap .title p span {
        font-size: 14px;
        line-height: 1.6;
    }
    .section .wrap .title {
        margin: 0 0 30px;
    }
    .section .wrap .flex .item {
        width: 49%;
        margin: 0 0 25px;
    }
    .section .wrap .flex {
        justify-content: space-between;
    }
    .section .wrap .flex .item:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .section .wrap .flex .item .img {
        height: 24vw;
        margin: 0 0 10px;
    }
    .section .wrap .flex .item p {
        font-size: 14px;
        line-height: 1.6;
    }
}