.module_content_table tr td {
    vertical-align: top;
    padding: 7px 12px;
}

.module_content_table .headline {
    margin-bottom: 0;
}

.module_content_table .headline_container {
    padding: 0;
}

.module_content_table .headline {
    margin-bottom: 20px !important;
}

.module_text + .module_content_table .headline {
    font-size: 20px;
    font-family: "Archivo Regular", sans-serif;
}

@media (min-width: 992px) {
    .module_text + .module_content_table .headline {
        font-size: 22px;
        font-family: "Archivo light", sans-serif;
    }
}

.module_content_table table {
    border-spacing: 0 3px;
    border-collapse: separate;
    padding: 0;
}

@media (max-width: 991px) {
    .module_content_table .container {
        overflow: auto;
    }

    .module_content_table table,
    .module_content_table tr td p,
    .module_content_table tr td ul li {
        hyphens: auto !important;
        word-break: break-word !important;
        -webkit-hyphens: auto !important;
    }

    @media (min-width: 768px) {
        .module_content_table table {
            max-width: 89% !important;
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .module_content_table table {
        width: 96%;
    }
}

.module_content_table tr td {
    background-color: #e8ecee;
}

.module_content_table tr td.left {
    background-color: #d7dbdf !important;
}

.module_content_table tr td.left {
    width: 45%;
}

@media (min-width: 1200px) {
    .module_content_table tr td.left {
        width: 35%;
    }
}

.module_content_table tr td.left p {
    color: #003763 !important;
    font-family: "Archivo SemiBold", sans-serif !important;
}

@media (min-width: 768px) {
    .module_content_table tr td.left p {
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: none !important;
    }
}

.module_content_table tr td ul li {
    list-style: disc;
}

.module_content_table tr td:not(.left) ul li {
    margin-left: 15px;
    padding-left: 5px;
    position: relative;
    list-style: none;
}

.module_content_table tr td:not(.left) ul li:before {
    content: " ";
    display: block;
    position: absolute;
    background: #003763;
    width: 10px;
    height: 10px;
    left: -14px;
    top: 7px;
}

.module_content_table tr td p,
.module_content_table tr td ul li {
    color: #003763 !important;
    font-family: "Archivo Regular", sans-serif !important;
}

@media (min-width: 992px) {
    .module_content_table tr td p,
    .module_content_table tr td ul li {
        font-size: 16px !important;
    }
}

.module_content_table tr td li {
    margin-bottom: 7px;
    position: relative;
    margin-left: 0;
    padding-left: 0;
}

.module_content_table tr td li:before {
    content: "";
    position: absolute;
    background: #003763;
    width: 10px;
    height: 10px;
    left: -15px;
    top: 5px;
    display: none;
}

.module_content_table .bottom_line {
    margin-top: 10px;

}

.module_content_table .bottom_line p {
    font-size: 14px !important;
    font-family: "Archivo Light", sans-serif;
}

@media (min-width: 1200px) {
    .module_content_table table {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}