.features_block {
	padding: 0 0 30px 0;
}

.features_block > .title {
	background: #f19c16;
	color: white;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.features_block > .title > .container * {
	display: flex;
	align-items: center;
}

.features_block > .title > .container strong {
	font-weight: bold;
	margin-right: 10px;
}


.features_block .texts .jumbtron {
	padding-left: 22px;
	border-left: 3px solid #f19c16;
	font-size: 24px;
	color: #035573;
	line-height: 30px;
	margin-bottom: 20px;
}

.features_block .texts .text {
	padding-left: 25px;
	font-size: 16px;
	color: #4c5160;
}


.features_block .texts .text strong {
	font-weight: bold;
}

.features_block .list {
	background: url('../../../images/timeshare_value/checklist-background.png') repeat center center;
	padding: 30px;
	border-bottom: 10px solid #d6d6d6;
	padding-right: 170px;
}

.features_block .list > .title {
	font-size: 18px;
	color: #4c5160;
	margin-bottom: 20px;
	font-weight: 600;

}

.features_block .title i{
	line-height: 2.5;
}
.features_block .list ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
}

.features_block .list ul li {
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #4c5160;
	background: url('../../../images/timeshare_value/blue-checkmark.png') no-repeat left center;
}

.features_block .title-field{
	padding: 15px 0!important;
	font-size: 2em;
}

@media ( max-width: 768px ){
	.features_block .title i{
		line-height: 2.3;
	}
	.features_block .title h2{
		font-size: 0.6em;
	}
	.features_block .list{
		margin-top: 50px;
		padding-right: 0;
	}	
	.features_block > .title {
		width: 100%
	}
}



@media ( max-width: 576px ){

	.features_block .texts .text{
		padding-left: 0;
	}
	.features_block .title-field{
		padding: 0!important;
	}

	.features_block .title i{
		line-height: 3;
	}

	.features_block .list{
		padding: 15px;
	}
	.features_block .list ul {
		padding: 0;
	}
	.features_block .list ul li{
		font-size: 1em
	}

	.features_block .texts .jumbtron{
		font-size: 1.2em;
		line-height: 1.2em;
	}
	.features_block .texts .text{
		font-size: 1em;
	}
	.features_block > .title h2{
		display: inline!important;
		line-height: 1.4em!important;
	}
}





















