.module_resorts_benefits {
	padding: 100px 0;
	background: #f2f2f2;
	margin-top: 40px;
	font-size: 16px;
	color: #4c5160;
}

.module_resorts_benefits img {
	width: 100%;
	margin-bottom: 40px;
}

.module_resorts_benefits .title_1 {
	font-size: 32px;
	color: #035573;
	font-weight: 600;
	margin: 0 0 25px 0;
    line-height: 1.1;
}

.module_resorts_benefits .title_1 span,
.module_resorts_benefits .title_1 small {
	display: inline;
	font-size: 32px;
	color: #035573;
	font-weight: normal;
}

.module_resorts_benefits p {
	margin-bottom: 25px !important;
	display: block !important;
}

.module_resorts_benefits strong {
	color: #109fc2;
}

.module_resorts_benefits .title_2 {
	color: #00465f;
	font-size: 24px;
	margin: 25px 0 25px 0;
	font-weight: bold;
    line-height: 1.1;
}

.module_resorts_benefits .title_2 span {
	color: #f29d1e;
}

@media (max-width: 1024px) {
	.module_resorts_benefits {
		padding: 40px 0;
	}

	.module_resorts_benefits img {
		margin-bottom: 15px;
	}

	.module_resorts_benefits .title_1 {
		text-align: center;
	}

	.module_resorts_benefits .title_2 {
		text-align: center;
	}

	.module_resorts_benefits .title_1 span, .module_resorts_benefits .title_1 small {
		text-align: center;
		display: inline-block;
	}
}
