.contact-details-map-block.block-background-grey {
    background: #E9E9E9;
}

.contact-details-map-block .block-inner {
    display: flex;
    align-items: center;
}
.contact-details-container {
	flex: 1;
}
.contact-map-container {
    flex: 1;
    border: 1px solid #2D358D;
}
.contact-map-container iframe {
	display: block;
}

.contact-details-section {
	margin-bottom: 20px;
}
.contact-details-section:last-of-type {
	margin-bottom: 0;
}
.contact-details-container strong {
	display: block;
	color: #2E3192;
	text-transform: uppercase;
}
.contact-details-email a {
	color: #030303;
}


@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {

}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 1023px) {

}
@media all and (max-width: 768px) {
.contact-details-map-block .block-inner {
    flex-wrap: wrap;
    flex-direction: column;
}
.contact-details-container {
    margin-bottom: 30px;
    text-align: center;
}
.contact-map-container {
    margin-bottom: 40px;
}
}
@media all and (max-width: 480px) {
}
@media all and (max-width: 375px) {
}