/* -------------------------------------------------
   PUBLICATION ETHICS SECTION
---------------------------------------------------*/
.ethics-section {
    margin-top: 40px;
}

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

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

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

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

.ethics-list li {
    margin-bottom: 15px;
    text-align: justify;
}

/* LINK STYLING */
.ethics-list a {
    color:  #124483;
    font-weight: 500;
    text-decoration: none;
}

.ethics-list a:hover {
    text-decoration: underline;
}

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

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

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

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