/* ----------------------------------- Technologies */
.Technologies {
    grid-area: technologies;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--wb-10);
}

.Technologies-content {
    width: 80%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Technology-logo {
    height: 30px;
    fill: var(--wb-40);
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.Technology-logo svg {
    height: 100%;
    width: auto;
}