@media screen and (min-width: 768.1px) and (max-width: 1400px) {
    .law .container .wrapper .banner {
        align-items: center;
    }

    .law .container .wrapper .banner .title {
        margin-left: -10.8rem;
    }

    .law .container .wrapper .banner .desc {
        margin-left: 0;
    }
}

@media screen and (min-width: 768.1px) { 
    
}

@media screen and (max-width: 768px) {
    .law a {
        text-decoration: underline;
    }

    /* banner */
    .law .container .wrapper .banner {
        justify-content: initial;
    }
    
    .law .container .wrapper .banner .title {
        margin-top: 0.9rem;
        margin-left: 1.2267rem;
        font-size: .64rem;
    }

    .law .container .wrapper .banner .desc {
        margin-left: 1.2267rem;
        width: 7.5333rem;
        font-size: .2667rem;
        line-height: 0.55rem;
    }

    .law .content {
        width: 9.0267rem;
        font-size: .2933rem;
        padding-bottom: 1.9333rem;
    }

    .law .content h1 {
        font-size: .48rem;
    }
    
    .law .content h3 {
        font-size: .3467rem;
    }
}