/* ========================================
   Section Title
   ======================================== */

.section-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-title--label {
    font-size: 12px;
    font-weight: normal;
    color: #CEE8F7;
    letter-spacing: 0.05em;
}

.section-title--title {
    font-size: 20px;
    font-weight: bold;
    color: #316EA9;
    line-height: 1.4;
}
