.fullwidth {
	padding: 7.5em 0 4em;
}

.fullwidth .content h2 {
	text-align: center;
	max-width: 39.5em;
	margin: 0 auto 1em;
	line-height: 1.6;
}

.fullwidth iframe {
	margin-bottom: 2em;
}

.row.fullwidth-contacts-wrapper {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 16px 0;
	text-align: center;
}

.fullwidth-contacts .branch {
	text-transform: uppercase;
}

.fullwidth-contacts .address {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Inter';
	line-height: 2;
	color: #000000;
}

.fullwidth-contacts .phone {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Inter';
	line-height: 2;
	color: #000000;
}

.fullwidth-contacts .phone svg {
	margin-right: 6px;
}

.row.fullwidth-contacts-wrapper .col-md-6:not(:last-child) {
	border-right: 1px solid #E0E0E0;
}

