@charset "utf-8";
.smart-doc .smart-doc2 .sd-img{
    width: 26.7%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smart-doc .smart-doc2 .sd-img .sd-img-1{
    display: block;
    margin-top: 15px;
}
.smart-doc .smart-doc2 p{
    line-height: 35px;
    padding:0 15px;
}
.smart-doc .smart-doc3 .sd-img{
    width: 26.7%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    padding-top:30px;
}
.smart-doc .smart-doc3 .sd-img img{
    display: block;
    margin-top: -15px;
}
.smart-doc .smart-doc3 p{
    line-height: 35px;
    text-indent: 2rem;
    font-size: 16px;
    padding:0 15px;
}
.smart-doc2 p {
    width: 100%;
}
@media(min-width:992px){
    .smart-doc .smart-doc3{
        width: 100%;
        display: flex;
        justify-content: space-around
    }
    .smart-doc .smart-doc3 p{
        width: 56.6%;
    }
    .smart-doc .smart-doc3 .sd-img{
        float: left;
        padding-top:0;
        margin: 0;
    }
}