.anchorBL{
	display: none;
}
.sec1{
	background-color: #fdfdfd;
	position: relative;
	margin-bottom: 9.79%;
}
.sec1 .left-part{
	width: 50%;
	position: relative;
}
.sec1 #map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec1 .right-part{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}


.sec1 .right-part h5{
	font-size: 1.75em;
	color: #c7000b;
	font-weight: bold;
	margin-bottom: 2.36em;
}
.sec1 .right-part p{
	font-size: 1.25em;
	color: #000;
	line-height: 1.5;
	margin-bottom: 2em;
	padding-left: 2.2em;
} 
.sec1 .right-part p:last-child{
	margin-bottom: 0;
}
.sec1 .right-part p img{
	margin-left: -2.2em;
	width: 1.2em;
	margin-right: 1em;
	vertical-align: middle;
}


@media only screen and (max-width:1024px){
	.sec1{
		margin-bottom: 15%;
	}
	.sec1 .left-part{
		width: 100%;
	}
	.sec1 .right-part{
		width: 100%;
		position: static;
		padding: 10% 0;
	}
}