.section-header{
    max-width: 900px;
    margin: 0;
    text-align: left;
}

.section-header .eyebrow{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.section-header h2{
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 2rem;
    text-align: left;
}

.about-grid h2 {
  text-align: left;
}