.contact-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	margin-bottom: 28px;
}

.contact-info-item:last-child {
	margin-bottom: 0;
}

.contact-info-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex: 0 0 48px;
}

.contact-info-content {
	min-width: 0;
}

.contact-info-title {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
	color: #000;
}

.contact-info-value {
	margin: 0 0 6px;
	font-size: 17px;
	line-height: 1.45;
}

.contact-info-value:last-child {
	margin-bottom: 0;
}

.contact-info-value a {
	color: inherit;
	text-decoration: none;
}

.contact-info-value a:hover,
.contact-info-value a:focus {
	text-decoration: underline;
}

.contact-consent-row .controls .checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

.contact-consent-row .controls .checkbox input[type="checkbox"] {
	margin-top: 3px;
	flex: 0 0 auto;
}

.contact-consent-row .controls .checkbox span {
	line-height: 1.4;
}
#jform_contact_consent{
	width: auto;
	position: relative;
  	margin: 3px 0 0 0;
}