
.menu a, .menu a:hover {
    padding-top: 1.2em;
    margin-bottom: 0;
    text-decoration: none;
}
.tile {
   border: 1px solid #D8D8D8;
   border-radius: 10px;
   padding: 30px;
   box-shadow: 0 8px 30px rgb(0 0 0 / 10%);
   transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
   transition: transform 0.3s ease-in 0s, box-shadow 0.3s ease-in 0s, opacity 0.6s cubic-bezier(0.5, 0, 0, 1) 0s, transform 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.space-overview__content__heading {
  display: none;
}
.tile__headline.tile__headline {
  letter-spacing: .44px;
  font-size: 22px;
  line-height: 30px;
}
.tile.tile--topics:hover {
    transform: scale(1.04) matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1) !important;
    z-index: 2;
    box-shadow: 0 8px 30px rgb(0 0 0 / 10%), 0 8px 60px rgb(0 0 0 / 6%);
}