.tile {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
}
.tile-label {
    max-width: 150px;
}