.cm1 {
    max-height: 400px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 1140px;
    min-height: 200px;
    margin: 0 auto;
}

.banner_container {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table_title_text {
    font-size: 40px;
    font-weight: bold;
    color: darkblue;
}

.law_table {
    width: 100%;
    text-align: center;
}

.law_table td {
    vertical-align: top;
}

.learn_more_button {
    cursor: pointer;
    color: #ffffff;
    border-radius: 5px;
    background-color: #00b050;
    border: 0;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 20px;
    margin: 20px;
}

@media only screen and (max-width: 768px) {
    .cm1 {
        width: 100%;
    }
}