.consultant--section {
	overflow: hidden;
}

.consultant--top-container {
	padding: 45px 30px;
}

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

.consultant--leadup {
	font-weight: 700;
}

.consultant--image {
	position: relative;
	width: 375px;
	max-width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

@media (min-width: 992px) and (max-width: 1250px) {
	.consultant--image {
		width: 345px !important;
		margin-right: 30px;
	}
}

.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: -10%;
		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;
	}
}

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