body, .space-overview > main {
    background: #F8F6F4;
}

.portal__content__heading {
  font-size: 26px;
    line-height: 35px;
}
.tile.tile--spaces {
    border: none;
  padding: 30px 30px;
      box-shadow: none;
    transition: all .2s ease-in-out;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tile__description {
    margin-bottom: 0;
    display: none;
}
.tile__image {
    width: 40px !important;
    height: 40px;
}
.tile__description, .tile__headline {
    text-align: left;
}
hr {
    border-width: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.vp-breadcrumbs, .vp-article .article-header {
    margin: unset !important;
}
