.f-header__logo {
  display: block;
  width: calc(var(--f-header-logo-width) + 50px);
  var(--f-header-logo-width)
  flex-shrink: 0;
  text-decoration: none;
}
.card-v9-height{
    height: 300px;
}
.card-v9-height:hover{
    cursor: pointer;
}
.preview-figure-div{
	height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-size h4 {
    font-size: 14px;
	font-weight: 500;
}
.f-header__link.btn_link {
    cursor: pointer;
}
@media (max-width: 25rem) {
	.btn.btn--secondary,
	.btn.btn--subtle,
	.btn.btn--primary {
		font-size: 14px;
	}
}