.movimento-holder{
    background-color: var(--color-gray);
    margin: 135vh 0 10vh 0;
    padding: 4vh 0 10vh 0;
}
.movimento{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.movimento h2{
    font-size: 48px;
}

.movimento-content{
    display: flex;
    flex-direction: row;
    align-items: start;
    gap:4vw;
}
.movimento-column{
    display: flex;
    flex-direction: column;

}

.movimento-row{
    display: flex;
    flex-direction: row;
    padding-bottom: 8vh;
}
.movimento-row img{
    align-self: start;
}
.feature{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.feature p{
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin: 0;
    align-self: start;;
}
#feature-text{
    font-size: 14px;
    font-weight: 200;
    color: var(--color-text);
}