.header__navigation--large__menu .render-links {
    gap: 24px;
}

.vp-banner {
  min-height: 420px !important;
  background-position: center !important;
  margin-bottom: 40px;
}

.render-links--link a{
  font-size: 14px;
  border: solid 1px #E1E4EB;
  border-radius: 20px;
  padding: 8px 20px;
}

.header .top-bar-left {
    flex-shrink: 0;
    flex-shrink: initial;
}

.grid.space-overview__pinned {
    padding: 40px 32px;
    margin-bottom: 64px;
    border: none;
    background-color: #F7F8FA;
    border-radius: 20px;
}
.grid.space-overview__pinned .space-overview__content__heading {
    text-align: center;
    margin: auto;
    margin-bottom: 32px;
}
.grid.space-overview__pinned .tile--pinned-topics, .grid.space-overview__pinned .tile--topics {
    background: transparent;
    border: none;
    position: relative;
    padding: 0;
    padding-left: 110px;
}
.tile__description, .tile__headline {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.grid.space-overview__pinned .tile--pinned-topics:before, .grid.space-overview__pinned .tile--topics:before {
  	content: "";
  	position: absolute;
  	width: 90px;
  	height: 65px;
	background-image: url(https://dt-knowledgebase.dropthought.com/features-sprite-img.png);
    background-repeat: no-repeat;
    background-size: 90px;
	left: 0;
}

.grid.space-overview__pinned .tile--pinned-topics:nth-child(2):before, .grid.space-overview__pinned .tile--topics:nth-child(2):before {
    background-position: 0px -89px;
}

.grid.space-overview__pinned .tile--pinned-topics:nth-child(3):before, .grid.space-overview__pinned .tile--topics:nth-child(3):before {
    background-position: 0px -176px;
}