.module_resorts_about {
	padding: 70px 0;
	font-size: 18px;
	color: #4c5160;
}
.module_resorts_about .col-md-9 {
	width: 69%;
}
.module_resorts_about .col-md-3 {
	width: 31%;
}
.module_resorts_about .first .title {
	font-size: 32px;
	margin: 30px 0;
	color: #035573;
	font-weight: 600;
    line-height: 1.1;
}

.module_resorts_about .first p {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

.module_resorts_about .first > p > span {
	padding-left: 30px;
}

.module_resorts_about .first p img {
	margin-right: 20px;
}
.module_resorts_about .first p img:first-child {
	margin-left: 0px;
}
.module_resorts_about .first .text {
	padding-top: 20px;
}

.module_resorts_about .second .form {
	position: relative;
	background: #00465f;
	border-top: 4px solid #ff9a22;
	padding: 60px 30px 30px;
	color: white;
}

.module_resorts_about .second .form .checkmark {
	position: absolute;
	top: -33px;
	left: 50%;
	margin-left: -36px;
}

.module_resorts_about .second .form .title {
	margin: 0 0 20px;
	font-size: 28px;
	text-transform: uppercase;
	padding-bottom: 30px;
	background: url('../../../images/resorts/teal-form-arrow.png') no-repeat center bottom;
	text-align: center;
    font-weight: 500;
    line-height: 1.1;
}

.module_resorts_about .second .form .title strong {
	font-weight: bold;
}

.module_resorts_about .second .container-fluid {
	padding-left: 0;
	padding-right: 0;
}


.module_resorts_about .second p {
	text-align: center;
	font-size: 10px;
}

.module_resorts_about .benefits {
	padding: 100px 0;
	background: #f2f2f2;
	margin-top: 40px;
	font-size: 16px;
	color: #4c5160;
}

.module_resorts_about .benefits img {
	width: 100%;
}

.module_resorts_about .benefits h2 {
	font-size: 32px;
	color: #035573;
	font-weight: 600;
	margin: 0 0 25px 0;
}

.module_resorts_about .benefits h2 small {
	display: block;
	font-size: 32px;
	color: #035573;
	font-weight: normal;
}

.module_resorts_about .benefits p {
	margin-bottom: 25px;
}

.module_resorts_about .benefits strong {
	color: #109fc2;
}

.module_resorts_about .benefits h3 {
	color: #00465f;
	font-size: 24px;
	margin: 0 0 25px 0;
	font-weight: bold;
}

.module_resorts_about .benefits span {
	color: #f29d1e;
}

.module_resorts_about .amenities h2 {
	font-size: 32px;
	text-align: center;
	color: #035573;
	padding-bottom: 44px;
	background: url('../../../images/resorts/woosh-image.png') no-repeat bottom center;
}


@media (max-width: 1200px) {
	.module_resorts_about .col-md-9.col-sm-12 {
		width: 100%;
	}
	.module_resorts_about .col-md-3.col-sm-12 {
		width: 100%;
	}

	.module_resorts_about .second .form {
		margin-top: 60px;
	}
}

@media (max-width: 475px) {
	.module_resorts_about .first > p > span {
		display: block;
		padding-top: 10px;
		padding-left: 0;
	}
}
