@charset "utf-8";
.smart-doc .smart-doc2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.smart-doc .smart-doc2 .sc-sa-ul{
    width: 65.4%;
}
.smart-doc .smart-doc2 .sc-sa-ul .sc-sa-h2{
    font-size: 16px;
    font-weight: bolder;
    line-height: 36px;
}
.smart-doc .smart-doc2 .sc-sa-ul .sc-sa-h3{
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
}
@media(min-width:992px){
    .smart-doc .smart-doc2{
        flex-direction: row;
    }
}