.experts-page {
    padding-top: 40px !important;
    padding-bottom: 4rem !important;
}

.section-title {
    font-weight: 800;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title span {
    color: #dc3545;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background-color: #dc3545;
    border-radius: 2px;
}

.expert-card {
    transition: all 0.3s ease-in-out;
    border-top: 4px solid transparent !important;
}

.expert-avatar img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.expert-details li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    line-height: 1.5;
}

.expert-details li i {
    margin-top: 4px;
    font-size: 0.85rem;
}