li[data-vp-id="portal-space-tile"] {
  	background-color: #fafafa;
}

.tile__headline {
	font-size: 24px;
}

.tile__description {
    font-weight: 300;
    color: #646f84;
}

.vp-button--primary {
	background-color: #69ACF0;
  	color: #0F2845;
  	border: 1px solid #448AD1;
  	border-radius: 5px;
}
.vp-button--primary:hover{
  	background-color: #448AD1
}

section.article__content p{
   font-size: 18px;
}

header.article-header h1{
  font-size: 28px;
}