.customization_mou1 .big_title {
    font-size: 48px;
}

.customization_mou1_desc {
    margin-top: 15px;
}

.customization_mou1_desc .rec_desc {
    margin-top: 0;
    line-height: 1.8;
    flex: 1;
}

.customization_mou1_help {
    flex-shrink: 0;
    margin-left: 150px;
}

.customization_mou1_help1 {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 7px;
}

.customization_mou1_help2 {
    display: inline-block;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    padding: 0 27px;
    background: #FFAD2B;
}

.customization_mou1_help2:hover {
    color: #FFFFFF;
    opacity: .5;
}

.customization_mou1_icon_box {
    flex-wrap: wrap;
}

.customization_mou1_icon_box .customization_mou1_icon_div:nth-child(3n) {
    margin-right: 0;
}

.customization_mou1_icon_div {
    margin-top: 50px;
    width: calc((100% - 174px) / 3);
    margin-right: 87px;
    border-top: 1px solid #CFCFCF;
    padding: 20px 0;
    align-items: flex-start;
}

.customization_mou1_icon_div img {
    flex-shrink: 0;
    width: 52px;
    margin-right: 12px;
}

.customization_mou1_icon_right {
    flex: 1;
}

.customization_mou1_icon_title {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.customization_mou1_icon_desc {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
}

.customization_mou2 {
    margin-top: 5%;
}

.customization_mou2_left {
    width: 50%;
}

.customization_mou2_left .imgBox {
    padding-bottom: 41%;
}

.customization_mou2_right {
    width: 50%;
    padding-right: calc((100% - 1480px) / 2);
    padding-left: 60px;
}

.customization_mou2_right .big_title {
    font-size: 32px;
}

.customization_mou2_right_ul {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    flex-wrap: wrap;
    margin-top: 10px;
}

.customization_mou2_right_ul li {
    margin-top: 20px;
    width: 40%;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.customization_mou2_right_ul li::before {
    content: '';
    display: inline-block;
    width: 18.98px;
    height: 17.5px;
    flex-shrink: 0;
    margin-right: 5px;
    background: url('img/customization_mou2_right.png') no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 950px) {
    .customization_mou1 .big_title{
        font-size: 24px;
    }

    .customization_mou1_desc{
        flex-wrap: wrap;
    }

    .customization_mou1_desc .rec_desc{
        width: 100%;
    }

    .customization_mou1_help{
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }

    .customization_mou1_help1{
        text-align: left;
    }

    .customization_mou1_icon_div{
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .customization_mou2{
        flex-wrap: wrap;
    }

    .customization_mou2_left{
        width: 100%;
        margin-bottom: 30px;
    }

    .customization_mou2_right{
        width: 100%;
        padding: 0 2.5%;
    }

    .customization_mou2_right .big_title{
        font-size: 24px;
    }
}