@charset "utf-8";
.smart-doc1{
    padding:0 15px
}
.smart-doc2 p{
    width: 100%;
    margin-bottom: 50px;
    padding:0 15px
}
.smart-doc2 .sd-img{
    display: flex;
    justify-content: center;
}
@media(min-width:992px){
    .smart-doc2{
        display: flex;
        justify-content: space-between;
    }
    .smart-doc2 p{
        width: 56.66%;
        margin-bottom: 50px;
    }
    .smart-doc2 .sd-img{
        width: 43.34%;
        display: flex;
        justify-content: center;
        align-items: center
    }
}