@charset "utf-8";
.smart-doc .smart-doc2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.smart-doc .smart-doc2 p{
    width: 100%;
    padding:0 15px;
}
.smart-doc .smart-doc2 .sd-img{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media(min-width:992px){
    .smart-doc .smart-doc2{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .smart-doc .smart-doc2 p{
        width: 61.66%;
    }
    .smart-doc .smart-doc2 .sd-img{
        width: 38.34%;
    }
}