article{
    min-width: 960px;
    max-width: 1080px;
    margin: 0 auto;
}
.aboutIntro{
    margin-top: 52px;
}
.aboutIntro img{
    width: 48%;
    float: left;
}
.aboutRight{
    width: 48%;
    float: right;
}
.aboutRight h5{
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}
.aboutRight p{
    line-height: 28px;
    font-size: 14px;
    color: #838383;
}
.ourServer{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 22px 0 30px;
    margin-top: 40px;
}
.ourObjectivesTitle,
.ourServer h6{
    font-size: 20px;
    line-height: 42px;
    font-weight: bold;
}
.ourServer p{
    font-size: 14px;
    line-height: 20px;
}
.ourObjectivesTitle{
    padding-top: 22px;
}
.ourObjectives div:nth-child(2){
    margin: 30px 2%;
}
.objectivesList{
    width: 32%;
    text-align: center;
    margin-top: 30px;
}
.objectivesList .img{
    display: inline-block;
    width: 50px;
    height: 60px;
}
.objectivesList h6{
    font-size: 18px;
    line-height: 17px;
    margin: 24px 0 10px;
}
.objectivesList p{
    font-size: 14px;
    line-height: 26px;
    color: #838383;
}
















