.section {
    padding: 100px 0 120px;
}
.section .wrap .title {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 60px;
}
.section .wrap .box .part .h5 {
    color: #1685B8;
    font-size: 24px;
    font-weight: 400;
    width: 1200px;
    line-height: 30px; /* 125% */
    margin: 0 auto;
}
.section .wrap .box .part .p {
    margin: 24px auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 1200px;
}
.section .wrap .box .part .img {
    width: 100%;
}
.section .wrap .box .part .img img {
    display: block;
    width: 100%;
}
.section .wrap .box .part:not(:last-child) {
    margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
    .section .wrap .title {
        font-size: 32px;
    }
    .section .wrap .box .part .h5 {
        width: 100%;
    }
    .section .wrap .box .part .p {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0 70px;
    }
    .section .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .section .wrap .box .part .h5 {
        font-size: 18px;
    }
    .section .wrap .box .part .p {
        margin: 10px 0 15px;
    }
}
