.slots {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}