/* ==========================================================================
   ABOUT PAGE CUSTOM CONTENT BOXES
   ========================================================================== */

.about-content-box {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 30px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    text-align: left !important;
}

.about-content-box h2 {
    font-family: 'Lora', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0b1c24;
    margin-bottom: 20px;
    border-bottom: 2px solid #e6f7f0;
    padding-bottom: 8px;
}

.about-content-box ul {
    padding-left: 20px;
}

.about-content-box ul li {
    margin-bottom: 8px;
}

.pub-type-title {
    color: #016b4d !important;
    font-weight: 600 !important;
    margin-top: 15px;
    font-size: 1.1rem;
}