body{
    background-color: #fff;
}
.customization{
    width:1200px;
    margin: 0 auto;
}
.customization_one > h2{
    text-align: center;
    font-size: 35px;
    color: black;
    font-weight: normal;
    margin: 50px 0;
}
.customization_one > ul{
    overflow: hidden;
}
.customization_one > ul > li{
    float: left;
    width: 300px;
    margin: 0 50px;
}
.customization_one > ul > li > div{
    text-align: center;
}
.customization_one > ul > li > span{
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 25px 0;
}
.customization_one > ul > li > p{
    text-align: center;
    font-size: 16px;
}
.customization_two h2{
    text-align: center;
    font-size: 35px;
    color: black;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 10px;
}
.customization_two > div{
    text-align: center;
}
.customization_two > div >img{
    width: 900px;
}
.customization_three{
    overflow: hidden;
}
.customization_three h2{
    text-align: center;
    font-size: 35px;
    color: black;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.customization_three > div{
    float: left;
    width: 300px;
    margin: 0 50px;
    margin-top: 20px;
}
.customization_three > div > h3{
    text-align: center;
    color: #000;
    font-size: 24px;
}
.customization_three > div > p{
    font-size: 16px;
    margin-top: 20px;
    line-height: 25px;
}
.customization_four{
    overflow: hidden;
}
.customization_four h2{
    text-align: center;
    font-size: 35px;
    color: black;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}
.customization_four > h2{
    text-align: center;
    font-size: 35px;
    color: black;
    font-weight: normal;
    margin: 50px 0;
}
.customization_four > ul{
    overflow: hidden;
}
.customization_four > ul > li{
    float: left;
    width: 298px;
    height: 340px;
    margin: 0 50px;
    margin-bottom: 30px;
    border:1px solid #ccc;
}
.customization_four > ul > li > div{
    text-align: center;
}
.customization_four > ul > li > div > img{
    width:300px;
    height:200px;
}
.customization_four > ul > li > span{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 20px 0;
    margin-bottom: 10px;
}
.customization_four > ul > li > p{
    text-align: left;
    padding-left: 5px;
    font-size: 15px;
}

