﻿/* Section headers */

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

    .section-head h3 {
        margin: 0;
    }
