.contact-block.block-background-default {
	background: #fff;
}
.contact-block.block-background-grey  {
	background: #464F56;
}
.contact-block {
	position: relative;
	overflow: hidden;
}
.contact-block::before {
    content: url(/wp-content/uploads/2021/03/hero-overlay.svg);
    position: absolute;
    bottom: 18%;
    right: 2%;
    width: auto;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    object-fit: cover;
    pointer-events: none;
-webkit-animation: fadeindelay ease 1.4s;
animation: fadeindelay ease 1.4s;
}


.contact-block .block-inner {
	display: flex;
}
.contact-left-container {
	flex: 1;
	margin-right: 60px;
}
.contact-right-container {
	flex: 1;
	margin-left: 60px;
}

.contact-right-people {
	margin-bottom: 40px;
}
.contact-person {
	margin-bottom: 20px;
}
.contact-person:last-of-type {
	margin-bottom: 0;
}
.contact-right-people .contact-name strong {
color: #189D98;
}
.contact-info-item {
    display: flex;
    align-items: center;
}
.contact-info-image {
    height: 100%;
    display: block;
    width: 40px;
}
.contact-info-image img {
    height: 15px;
}
.contact-email a {
	color: #fff;
}