.module_resort_owners {
	background: url('../../../images/resorts/already-own-background.png') no-repeat center center;
	background-size: cover;
	padding: 120px 0;
}
.module_resort_owners .main_title {
	font-size: 32px;
	color: white;
	margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.1;
}

.module_resort_owners .main_title strong {
	font-weight: bold;
}


.module_resort_owners a {
	margin-right: 20px;
	line-height : 40px;
    border-radius: 20px;
    padding: 0 20px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;

    background-color: #f2a114;
	background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
	background: -webkit-linear-gradient(left, #f2a114, #e77924);
	background: -moz-linear-gradient(left,  #f2a114, #e77924);
	background: -o-linear-gradient(#f2a114, #e77924);
	background: -ms-linear-gradient(#f2a114, #e77924);
	background: linear-gradient(to right, #f2a114, #e77924);

}
.module_resort_owners a:last-child {
	margin-right: 0;
}

@media (max-width: 570px) {
	.module_resort_owners .main_title {
		font-size: 25px;
	}

	.module_resort_owners a {
		font-size: 13px;
		padding: 0 13px 0 13px;
	}
}
