@charset "utf-8";
.smart-doc2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.smart-doc2 img{
    display: block;
    width: 336px;
    margin: 0 auto
}
.smart-doc2 p {
    width: 100%;
    padding:0 15px;
}
@media(min-width:992px){
    .smart-doc .smart-doc2{
        flex-direction: row;
    }
    .smart-doc2 p {
        width: 65.4%;
    }
}
