.wp-block .meet-our-expert .row {
	margin-block-start: 2em;
	margin-block-end: 3em;
}

.wp-block .meet-our-expert h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 29px;
	line-height: 1.1;
	color: #87B958;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 7px;
}
.wp-block .meet-our-expert h4 {
	font-size: 18px;
	line-height: 24px;
	color: #4b4b4b;
	font-weight: 600;
	padding-bottom: 0;
}
.wp-block .meet-our-expert p {
	font-size: 16px;
	line-height: 22px;
	color: #1C2322;
	font-weight: 400;
	padding-bottom: 8px;
	margin: 0;
}

.wp-block .meet-our-expert figure {
	display: inline-block;
  width: 156px;
  height: 156px;
  background-size: cover !important;
  margin: 5px 13px 5px 0;
}

.wp-block .meet-our-expert a.read {
	color: #87B958;
}

.meet-our-expert__container {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}