.section-head {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    width: 100%;
}

.section-head__title {
    flex: 0 0 auto;
    font-size: 1.5rem;
    line-height: 1.55;
    font-weight: 400;
    color: var(--black);
    white-space: nowrap;
}

.section-head__line {
    flex: 1 1 auto;
    height: 1px;
    background: var(--line);
    margin-left: 0.625rem;
}
