.page-title::after{
	background-image: linear-gradient(0deg, #ffde0000 70%, #000000e3)!important;!i;!;
}

/**/
.sections{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 10px;
	max-width: 100%;
	overflow-x: hidden;
}
.sections>div {
	border-inline-start: solid 5px #FBC02D;
	padding: 20px;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 29%);
	background: #f7fdff;
	border-radius: 5px;
	flex-grow: 1;
	max-width: 100%;
	box-sizing: border-box;
}

/**/
a.phone_action{
	display:inline-block;
	padding:5px 15px;
	border:solid 1px #e6e6e6;
	border-radius:20px;
	margin:0px 10px 10px 0px;
	text-align:center;
	text-decoration:none;
	color:#1565c0;
	font-size:24px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.05) inset;
	transition:0.2s;
	direction:ltr;
}
@media only screen and (max-width: 700px) {
	a.phone_action{
		font-size:16px;
	}
}
a.phone_action:hover{
	background:#f1f1f1;
}

/**/
iframe.map{
	width:100%;
	height:500px;
	boder:none;
}

/**/
#online{
	flex:1;
	min-width:300px;
}
#online [dwm-contact-form]{
	padding:0px;
	border:none;
}