.consultant--section {
	overflow: hidden;
}

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

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

.consultant--leadup {
	font-weight: 700;
	margin-bottom: 45px;
}

.consultant--image-wrap {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.consultant--image {
	position: relative;
	width: 320px;
	max-width: 100%;
	align-self: center;
}

.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-wrap {
		width: 480px;
		max-width: 100%;
		max-height: 354px;
		background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' width='85.57' height='354.28' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 85.57 354.28'%3E%3Cpath d='M85.32,345.21c-46.09-56.39-56.39-127.49-56.39-167.7,0-63.5,25.25-132.89,55.66-168.44V0C70.12,10.3,0,78.95,0,173.34,0,244.69,33.59,306.23,85.57,354.28v-9.07h-.24Z' style='fill: %23ebebeb;'/%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' width='85.57' height='354.28' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 85.57 354.28'%3E%3Cpath d='M.25,345.21c46.09-56.39,56.39-127.49,56.39-167.7C56.64,114.01,31.38,44.62.98,9.07V0c14.47,10.3,84.59,78.95,84.59,173.34C85.57,244.69,51.98,306.23,0,354.28v-9.07h.25Z' style='fill: %23ebebeb;'/%3E%3C/svg%3E");
		background-size: contain, contain;
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
	}
}

.consultant--image.no-thumb-mod  {
	background-image: url(../../images/dlc-star.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75% auto;
}