/* -------------------------------------------------
   EDITORIAL BOARD SECTION
---------------------------------------------------*/
.editorial-section {
    margin-top: 40px;
}

/* MAIN TITLE */
.editorial-title {
    text-align: center;
    font-size: 30px;
    color: #124483;
    font-weight: 700;
    margin-bottom: 30px;
}

/* CONTENT BLOCK */
.editorial-block {
    margin-bottom: 35px;
}

/* SUB TITLES */
.editorial-subtitle {
    font-size: 22px;
    color: #124483;
    font-weight: 600;
    margin-bottom: 15px;
}

/* LIST STYLING */
.editorial-list {
    list-style-type: disc;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.editorial-list li {
    margin-bottom: 10px;
    text-align: justify;
}

/* HIGHLIGHTED LIST (Editors) 
.editorial-list.highlight {
    list-style: none;
    padding-left: 0;
}
*/
.editorial-list.highlight li {
    background-color: #f9f3f3;
    border-left: 4px solid #124483;
    padding: 12px 15px;
    margin-bottom: 12px;
    font-weight: 500;
}

/* -----------------------------
   MOBILE VIEW
------------------------------*/
@media (max-width: 768px) {

    .editorial-title {
        font-size: 24px;
    }

    .editorial-subtitle {
        font-size: 20px;
    }

    .editorial-list {
        font-size: 15px;
        padding-left: 25px;
    }
}
