/* Education page styles go here */
.education, .awards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sectionheader {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sectionheader img {
  max-width: 50px;
}

.sectionheader h3 {
    margin-bottom: 0px;
}

.details {
    border: 2px solid #ead4ff;
    border-radius: 12px;
    padding: 16px;
}

.bubbles {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.bubbles p {
    background-color: #faf5ff;
    border-radius: 12px;
    padding: 8px;
    color: #990ffa;
}