@media screen and (min-width: 768px) {
    .hb__staff .material-grid__items {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 1000px) {
    .hb__staff .material-grid__items {
        grid-template-columns: repeat(4, 1fr);
    }
}

.hb__staff h3, .hb__staff h4 {
	hyphens: initial;
}

.hb__staff h3 {
	font-family: 'Lora', sans-serif;
	font-weight: normal;
  font-size: clamp(1.3125rem, 1.2668rem + 0.1951vw, 1.4375rem);
  line-height: 25px;
  margin-bottom: 6px;
}

.hb__staff .recommended-material {
	max-height: initial;	
	background: rgba(255, 255, 255, 0.5);
}

.hb__staff .cover__img {
    max-height: 250px;
}
@media screen and (max-width: 767px) {
	.hb__staff .cover__img {
    max-height: 175px;
	}
}

.hb__staff .recommended-material__texts {
    font-family: 'Noto Sans';
}

.hb__staff a {
    display: inline-block;
    margin: 2px 0px;
}