.description_texts table, .info_character table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
    /* background-color: var(--opdev-white); */
}

.description_texts th, .info_character th,
.description_texts td, .info_character td {
    border: 1px solid var(--opdev-gray-200);
    padding: 8px 12px;
    text-align: left;
    color: var(--opdev-gray-800);
}

.description_texts th, .info_character th {
    /* background-color: var(--opdev-gray-200); */
}

.description_texts h4 {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 24px;
    color: var(--opdev-gray-800);
    margin-top: 20px;
    margin-bottom: 10px;
}

.description_texts ul {
    margin-bottom: 10px;
}