@charset "utf-8";
.smart-doc .smart-doc2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.smart-doc .smart-doc2 .smart-doc-div{
    margin: 0 auto
}

.smart-doc .smart-doc2 p{
    width: 100%;
    padding:0 15px;
}
.smart-doc .smart-doc-div{
    width: 40.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smart-booter-img{
    margin-left: 0px;
    margin: 0 auto;
}
@media(min-width:992px){
    .smart-doc .smart-doc2{
       flex-direction: row;
    }
    .smart-booter-img{
        margin-left: 180px;
    }
    .smart-doc .smart-doc2 p{
        width: 56.7%;
    }
}
