#index_laws {
}
#index_laws_container {
}
#index_laws_content {
    flex-direction: column;
}
#index_laws_texts {
    width: 100%;
    display: flex;
    flex-direction: row;
    /*border: solid 1px red;*/
}
#index_laws_title {
    text-align: left;
    /*border: solid 1px red;*/
}
#index_laws_title h2 {
    line-height: 2.2em;
    /*border: solid 1px red;*/
}
#index_laws_title span {
    border-radius: 4rem;
    background: var(--primary-background);
    padding: 12px 24px;
}
#index_laws_text {
    padding: 5px;
    /*border: solid 1px blue;*/
}
#index_laws_image {
    display: none;
    /*border: solid 1px blue;*/
}
#index_laws_image img {
    width: 100%;
    /*border: solid 1px red;*/
}
#index_laws_button {
    margin-top: 30px;
    /*border: solid 1px green;*/
}
@media all and (min-width: 600px) {
}
@media all and (min-width: 900px) {
    #index_laws_text {
        width: 60%;
        margin: 30px 0;
    }
    #index_laws_image {
        width: 35%;
        display: block;
    }
}
@media all and (min-width: 1200px) {
    #index_laws_title span {
        padding: 12px 24px;
    }
}    