.resort-services-maps-cards {
	padding: 50px 0;
}

.resort-services-maps-cards > .container {
	display: flex;
}

.resort-services-maps-cards .header-section{
	text-align: center;
	padding-top: 40px;
}
.resort-services-maps-cards .header-section .title {
	padding-bottom: 30px;
	background: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/sell-timeshare/woosh-image.png') no-repeat center bottom;
	color: #035573;
	font-size: 32px;
	line-height: normal;
	text-align: center;
}

.resort-services-maps-cards .header-section .content{
	text-align: center;
	font-size: 18px;
	float: left;
	margin-left: 15%;
	width: 70%;
    color: #4c5160;
    margin-bottom: 50px;
    margin-top: 50px;
}

.resort-services-maps-cards .map-card {
	flex: 1;
	flex-basis: 50%;
	flex-wrap: wrap;
	margin: 10px;
}

.resort-services-maps-cards .map-card .title {
	display: flex;
	background: #f19c16;
	height: 78px;
	align-items: center;
	padding: 0 25px;
	color: white;
}

.resort-services-maps-cards .map-card .title .icon {
	width: 40px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.resort-services-maps-cards .map-card .title .address {
	width: auto;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	font-size: 16px;
	font-weight: 700;
}

.resort-services-maps-cards .map-card .title .name {
	flex: 1;
	font-size: 31px;
	font-weight: 700;
}

.resort-services-maps-cards .map-frame {
	height: 400px;
}

@media(max-width: 1200px){
	.resort-services-maps-cards .map-card .title .name{
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.resort-services-maps-cards > .container {
		flex-direction: column;
		max-width: 670px;
	}
	.resort-services-maps-cards .map-card {
		margin: 0 0 20px 0;
	}

	.resort-services-maps-cards .map-card .title .name{
		font-size: 31px;
	}
}
@media (max-width: 475px) {
	.resort-services-maps-cards .map-card .title .name {
		font-size: 16px;
	}
	.resort-services-maps-cards .map-card .title .address {
		font-size: 10px;
	}
}