.investigacion-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1ad3e;
    text-align: left !important;
    width: 100% !important;
}

.investigacion-section:last-child {
    border-bottom: none;
}

.investigacion-title {
    color: #0e2f77;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: left !important;
}

.investigacion-list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.investigacion-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
}

.investigacion-item:before {
    content: none !important; /* Remove any pseudo-element bullets */
    display: none !important;
}

.investigacion-item:last-child {
    border-bottom: none;
}

.investigacion-link {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    display: block;
    transition: color 0.2s;
    text-align: left !important;
}

.investigacion-link:hover {
    color: #0e2f77;
}

.investigacion-icon {
    margin-right: 10px;
    color: #0e2f77;
    font-size: 20px;
}