.coordinator-section {
    background-color: #ffffff;
    margin-bottom: 50px;
}

.coordinator-img {
    max-width: 260px;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.section-title-coordinator {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.red-divider {
    width: 60px;
    height: 4px;
    background-color: #cc1f1f;
    margin-bottom: 20px;
}

/* Quote Icon */
.quote-icon {
    font-size: 40px;
    color: #cc1f1f;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* Text */
.coordinator-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

/* Signature */
.signature-wrapper {
    margin-bottom: 10px;
}

.signature-img {
    max-width: 160px;
    opacity: 0.9;
}

/* Name */
.coordinator-name strong {
    font-size: 18px;
    color: #111;
}

.coordinator-name span {
    color: #cc1f1f;
    font-size: 14px;
    font-weight: 600;
}
