<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.smart-doc2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.smart-doc2{
    margin-bottom: 120px;
}
.smart-doc2 p{
    width: 100%;
    padding:0 15px;
}
.smart-doc2 .smart-doc-div{
    display: flex;
    align-items: center
}
.smart-doc .smart-img1{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media(min-width:992px){
    .smart-doc2{
       flex-direction: row;
    }
    .smart-doc2 p{
        width: 56.7%;
    }
}</pre></body></html>