/* ======================================================================== */
/* ============================ Contact Page ============================== */
/* ======================================================================== */
.contact_info_wrap { float:left;position:relative;width:49%; }
.map_wrap { margin:0px 0px 50px 0px;float:right;position:relative;text-align:center;width:49%;border-radius:0px;box-shadow:#000000 0px 0px 4px 1px; }
@media (max-width:768px) {
	.contact_info_wrap { float: none;width: 100%; }
	.map_wrap { margin:12px 0 50px 0;float:none;width:100%; }
}

.box-title-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.box-title-wrapper span{
height: 30px;
width: 6px;
background: var(--accent-color);
}

.box-title-wrapper p{
margin-bottom: 0;
}

.box-title-wrapper img{
max-width: 30px;
width: 100%;
height: auto;
}