.body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.box_legal_doc {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333333;

    /*background-color: #eaf2ef;*/
    /*padding: 32px;*/
}
.box_legal_doc a {
    color: #054a91;
    text-decoration: none;
}

.box_legal_doc a:hover {
    color: #333333;
    text-decoration: underline;
}

.box_legal_doc h2 {
    color: #fe5722;
    font-weight: 700;
    font-size: 32px;
}
.box_legal_doc h3 {
    color: #054a91;
    font-weight: 700;
    margin-left: 24px;
    font-size: 22px;
}
.box_legal_doc h4 {
    color: #000;
    font-weight: 700;
    margin-left: 48px;
    font-size: 20px;
    text-decoration: underline;
}
.box_legal_doc p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
}
.box_legal_doc li {
    /*list-style-type: "\27a2";*/
    margin-top: 8px;
    margin-bottom: 8px;
}
.box_legal_doc li span {
    font-weight: 700;
    text-decoration: underline;
}

.box_legal_doc table {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.box_legal_doc table th, .box_legal_doc table td {
    text-align: left !important;
    padding: 8px 6px;
}

.box_legal_doc table thead {
    background-color: #868686;
}

.box_legal_doc table tr:nth-child(even) {
    background-color: #d9d9d9;
}

.box_legal_doc .box_list_group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1rem;
    margin-bottom: 2rem !important;
}
.box_legal_doc .box_list_group li {
    min-width: 200px;
    width: 30%;
    line-height: 18px !important;
}

