.footer_flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 3vw;
}

.footer_flex_item {
    color: #9b9b9b;
    margin-right: 3vw;
    margin-bottom: 1.5vw;
}

.footer_flex_item.button {
    color: #9b9b9b;
    cursor: pointer;
}