.rhapsodeFeatures.has__shadow {
	box-shadow: 0 20px 25px 0 inset rgba(0,0,0,0.35);
}

.rhapsodeFeatiures-title {
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	margin: 40px 0 40px 0;
  font-weight: bold;
}

.rhapsodeFeatiures-title:after {
	content: '';
	display: block;
	width: 73px;
	height: 2px;
	background-color: #000;
	opacity: 0.6;
	margin: 20px auto;
}

.rhapsodeFeatiures-subtitle {
	font-size: 23px;
	line-height: 20px;
  font-weight: bold;
	text-align: center;
	margin: 40px 0 15px 0;
}

.rhapsodeFeatiures-container {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.style__dark .rhapsodeFeatiures-container {
	color: #fff;
}

.rhapsodeFeatiures-item {
	width: 25%;
	padding: 0 20px 0 28px;
	margin-bottom: 15px;
  background-image: url(images/checkbox-icon.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 16px auto;
  font-size: 15px;
  line-height: 25px;
}

.rhapsodeFeatiures-image {
	padding: 10px 0 60px 0;
  text-align: center;
}

.rhapsodeFeatiures-image img{
	max-width: 100%;
  height: auto;
}

/*==========================================================================================*/
@media ( max-width: 840px ) {
	.rhapsodeFeatiures-item {
		width: 100%;
	}
}
