.flex-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    text-align: center;
}

.flex-box {
    position: relative;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}