* {
    font-family: Arial, Helvetica, sans-serif;
    color: #374151;
}
.logo {
    width: 400px;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

section h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.equipment {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.eq-img {
    max-width: 400px;
}

.equipment > figure {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.equipment-list {
    margin: 0 auto;
    width: fit-content;
}