.tile-wrapper
{
  text-align: center;
  padding: 2rem 1rem;
  transition: .25s ease;
  cursor: pointer;
}
}

.tile-wrapper:hover
{
  background: var(--hover-color) !important;
}

.tile-image
{
  width: 60px;
  margin: auto;
}
.col-lg-3 {
  padding: 0.15rem !important;
}
.col-lg-4 {
  padding: 0.15rem !important;
}
.col-lg-6 {
  padding: 0.15rem !important;
}
.col-lg-12 {
  padding-bottom: 0.15rem !important;
}