.tile-container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.tile {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.tile,
.tile:focus,
.tile:hover {
    text-decoration: none;
}

.tile > .panel {
    margin-top: 0;
    margin-bottom: 23px;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tile .panel-heading {
    font-size: 20px;
}

.tile .panel-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tile__icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    height: 120px;
    font-size: 120px !important;
}

.tile__icon--small {
    height: 80px;
    font-size: 80px !important;
}

.tile__icon--large {
    height: 160px;
    font-size: 160px !important;
}
