.section {
    padding: 100px 0 190px;
}

.section .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
}

.section .wrap .des {
    margin: 20px 0 80px;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.section .wrap .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .wrap .list .item:not(:last-child) {
    margin-bottom: 150px;
}

.section .wrap .list .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.section .wrap .list .item .img {
    width: 660px;
    height: 763px;
    border-radius: 10px;
    overflow: hidden;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .wrap .list .item_r {
    width: 700px;
}

.section .wrap .list .item_r .item_h5 {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 30px;
    color: #00AAEC;
    line-height: 40px;
    text-transform: uppercase;
}

.section .wrap .list .item_r .item_des {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 20px 0 0;
}

.section .wrap .list .item_r .item_content {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    margin: 55px 0 0;
}

.section .wrap .list .item_r .item_content ul li {
    padding: 0 0 0 30px;
    position: relative;
}

.section .wrap .list .item_r .item_content ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #00AAEC;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 8px;
}

.section .wrap .list .item_r .item_content ul li:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 1919px) {
    .section {
        padding: 5.2083333333vw 0px 9.8958333333vw;
    }

    .section .wrap .title {
        font-size: 2.2916666667vw;
    }

    .section .wrap .des {
        margin: 1.0416666667vw 0px 4.1666666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .section .wrap .list .item:not(:last-child) {
        margin-bottom: 7.8125vw;
    }

    .section .wrap .list .item .img {
        width: 34.375vw;
        height: 39.7395833333vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .list .item_r {
        width: 36.4583333333vw;
    }

    .section .wrap .list .item_r .item_h5 {
        font-size: 1.5625vw;
        line-height: 2.0833333333vw;
    }

    .section .wrap .list .item_r .item_des {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 1.0416666667vw 0px 0px;
    }

    .section .wrap .list .item_r .item_content {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 2.8645833333vw 0px 0px;
    }

    .section .wrap .list .item_r .item_content ul li {
        padding: 0px 0px 0px 1.5625vw;
    }

    .section .wrap .list .item_r .item_content ul li::after {
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        left: 0.46875vw;
        top: 0.4166666667vw;
    }

    .section .wrap .list .item_r .item_content ul li:not(:last-child) {
        margin-bottom: 1.5625vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .wrap .title {
        font-size: 20px;
    }
    .section .wrap .des {
        font-size: 14px;
        width: 100%;
        line-height: 1.4;
        margin: 15px 0 35px;
    }
    .section .wrap .list .item {
        flex-direction: column !important;
        border-bottom: 1px solid #cccccc;

    }
    .section .wrap .list .item .img {
        width: 100%;
        height: 100vw;
        border-radius: 6px;
    }
    .section .wrap .list .item_r {
        width: 100%;
        padding: 30px 0 ;
    }
    .section .wrap .list .item_r .item_h5 {
        font-size: 18px;
        line-height: 1.2;
    }
    .section .wrap .list .item_r .item_des {
        font-size: 15px;
        line-height: 1.4;
        margin: 10px 0 0;
    }
    .section .wrap .list .item_r .item_content {
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0 0;
    }
    .section .wrap .list .item_r .item_content ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .section .wrap .list .item_r .item_content ul li {
        padding: 0 0 0 10px;
    }
    .section .wrap .list .item_r .item_content ul li::after {
        width: 4px;
        height: 4px;
        left: 0;
        top: 7px;
    }
}
