

.splash {
    margin-bottom: calc(var(--line-height-em)*3);
}


.splash__title {
    margin-top: 0;
}

.splash__picture {
    /* max-height: 400px; */
}

.section {
    margin-bottom: var(--line-height-em);
}


.section__item {
    margin-bottom: 0;
}

.item__label {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: var(--fw-medium);
    color: var(--muted);
    margin-bottom: 0;
}

.item__value {
    font-weight: var(--fw-medium);
}

.equipments {
    /* display: flex;
    flex-direction: column;
    height: 50px; */
}

.equipment {
    margin-bottom: 0;
    font-weight: var(--fw-medium);
}