.education {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.education__item {
    page-break-inside: avoid;
}

.education__degree {
    font-weight: 700;
    font-size: 16px;
    color: #1a202c;
}

.education__university {
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 4px;
    color: var(--color-text);
}

.education__meta {
    font-size: 13px;
    color: var(--color-text-muted);
}