/* Education Section Styles */
.education {
    display: flex;
    margin-top: 80px;
    gap: 60px;
    flex-wrap: wrap;
}

.education-item {
    flex: 1;
    min-width: 300px;
    display: flex;
    gap: 20px;
}

.education-period {
    background: #E8F4F8;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #2C3E50;
    white-space: nowrap;
    height: fit-content;
}

.education-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2C3E50;
}

.education-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2C3E50;
}

.education-content p {
    color: #666;
    line-height: 1.6;
}