#hub .fs-headline-regular { font-family: var(--headline-regular); }
#hub .fs-headline-ligh {	font-family: var(--headline-light); }
#hub .fs-headline-bold {	font-family: var(--headline-bold); }

#hub .p-relative{position: relative;}

#hub .plan-card{position: relative; overflow: hidden; min-height: 250px; height: 100%; background-size: cover; background-repeat: no-repeat; display: flex; align-items: flex-end;}
#hub .plan-card__img{position: absolute; height: 100%; width: 100%; object-fit: cover;}
#hub .workcafe-img{height: 100%; width: 100%; max-width: none; object-fit: cover; position: absolute; object-position: top;}

#hub .plan-card .plan-card__logo{position: absolute; left: 30px; top: 22px;}
#hub .plan-card .plan-card__description{background-color: rgba(255, 255, 255, .9);padding: 8px 16px; width: 100%; margin: 16px; z-index: 1;}

@media (max-width: 768px){
	#hub .workcafe-img{position: relative; height: 250px;}
}