.item-leader .block-details {
	padding: 10px 0;
}
.item-leader .block-details .name {
	font-size: var(--font-size-big);
	font-weight: 600;
	color: var(--body-color);
}
.item-leader .block-details a {
	color: var(--main-color);
}
.box-content-leader {
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
	padding: 0 20px;
}
.leader-info {
	margin-top: 15px;
}
.leader-info > p {
	margin-bottom: 15px;
}
.leader-info > p > label {
	font-size: var(--font-size-big);
	width: 100%;
}
.leader-info > p > span {
	width: 100%;
}
.btn-contact-leader > a {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background: var(--main-color);
	margin-bottom: 15px;
	color: #fff;
	height: 40px;
}
.btn-contact-leader > a:hover {
	background: var(--sub-color);
}
.btn-contact-leader > a > img {
	width: 24px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);
	margin-right: 10px;
}











