.comp-imgR { 
}

.comp-imgR .section-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.comp-imgR .title {
    width: 450px;
    text-align: left;  
    padding-right: 50px;
    padding-bottom: 30px; /*稍微靠上一点*/
}

.comp-imgR .title h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.comp-imgR .title p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

.comp-imgR .img {
    max-width: 750px; /*刚好手机端做750图片*/
    height: auto;
}
