.solutionTitle {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
}

.example{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.example .minTitle{
/* font-weight: 400; */
    margin: 0;
    margin-bottom: 15px;
}
.example .infoText{
    padding: 0;
    width: 60%;
}
.example img{
    image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */      
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
image-rendering: crisp-edges; 
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */

}
.aboutUsMore{
    font-size: 14px;
    margin-top: 10px;
}

.content{
    text-align: center;
}
.contentLeft .intro-title{
    font-size: 18px;
    margin-top: 30px;
    margin-left: 27px;
}
.content img,.contentLeft img{
    width: 500px;
    border-radius: 2px;
    margin-top: 20px;
}
.contentLeft .img{
    text-align: center;
}
.content .conspanImg img{
width: 250px;
}
.content p,.contentLeft p{
 padding-top: 20px;
}

.textIndent {
    text-indent: 2em;
}
@media (max-width: 992px) {
    .content img,.contentLeft img{
        width: 300px;
        border-radius: 2px;
        margin-top: 20px;
    }
    .content .conspanImg img{
        width: 45%;
        }
        .example .infoText{
            width: 100%;
        }
}