.contact--button {
	border-radius: 12px;
	background: #F5F5F5;
	padding: 0.5rem 1rem;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	max-width: 400px;
}
.contact--button .contact--image {
	flex: 0 1 70px;
	border-radius: 50%;
	border: 6px solid #D9D9D9;
	overflow: hidden;
	background: #fff;
}
.contact--button .contact--image img {
	width: 100%;
}
.contact--details {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.contact--button  h3 {
	font-size: calc(17px + (25 - 17) * (100vw - 380px) / (1920 - 380));
	font-style: normal;
	color: #000;
	margin: 0;
}
.staff--name {
	font-weight: 700;
}