.wrap{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    /* flex-direction: column-reverse; */
}