.service {
	padding: 90px 0;
}

.service h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #c33e33;
	margin-bottom: 30px;
}

.service h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #666;
	margin: 30px 0 12px;
}

.service p,
.service li {
	font-size: 17px;
	line-height: 28px;
	color: #666;
}

.service ul {
	padding-left: 20px;
	margin: 0 0 24px;
}

.service li {
	margin-bottom: 8px;
}

.service-mobile {
	background: #fff;
}

.service-copy {
	max-width: 680px;
}

.service-image {
	text-align: center;
}

.service-phone img {
	display: block;
	max-width: 390px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.service-privileges {
	position: relative;
	background: url("../img/2. Exclusive Privileges Program .jpg") center center / cover no-repeat;
	color: #fff;
	overflow: hidden;
}

.service-privileges::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .58);
}

.service-privileges .container {
	position: relative;
}

.service-privileges h2,
.service-privileges p,
.service-privileges li {
	color: #fff;
}

.hotel-list {
	columns: 2;
	column-gap: 55px;
	list-style: none;
	padding-left: 0 !important;
	margin-top: 28px !important;
}

.hotel-list li {
	break-inside: avoid;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.service {
		padding: 70px 0;
	}

	.service h2 {
		font-size: 34px;
		line-height: 42px;
	}

	.service-phone img {
		max-width: 300px;
		margin-top: 40px;
	}

	.hotel-list {
		columns: 1;
	}
}

@media (max-width: 767.98px) {
	.service {
		padding: 55px 0;
	}

	.service h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 22px;
	}

	.service h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.service p,
	.service li {
		font-size: 15px;
		line-height: 25px;
	}

	.service-phone img {
		max-width: 230px;
	}

	.service-privileges {
		background-position: center top;
	}

	.hotel-list li {
		letter-spacing: 0;
	}
}
