.consultant-archive--container {
	padding: 60px 30px 30px;
}

.consultant-archive--all-link {
    color: var(--theme-light-blue);
}

.consultant--wrap {
	margin-bottom: 30px;
}

.consultant--image-wrap {
	display: block;
	text-align: center;
}

.consultant--image {
	position: relative;
	width: 250px;
	max-width: 100%;
	margin: 0 auto 15px;
	display: inline-block;
}

.consultant--image:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.consultant--image img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

@media (min-width: 576px) {
	.consultant--image:after {
		content: "";
		position: absolute;
		right: -45px;
		top: 0;
		bottom: 0;
		width: 77px;
		background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' width='77.49' height='320.66' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 77.49 320.66'%3E%3Cpath d='M77.49,159.64C77.49,73.75,14.64,10.94,0,0c38.46,43.45,61.81,100.57,61.81,163.15s-21.4,114.82-56.96,157.51c44.35-43.45,72.64-98.1,72.64-161.02' style='fill: %23f6c713;'/%3E%3C/svg%3E");
		background-size: contain;
		background-position: left center;
		background-repeat: no-repeat;
	}
}

.consultant--title {
	font-family: raleway, serif;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 0.03em;
	text-align: center;
}

.no-thumb-mod .consultant--image {
	background-image: url(../images/BPlogo2022.svg?v1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 65% auto;
}