.rhapsodeFeatures2 {
	box-shadow: 0 20px 25px 0 inset rgba(0,0,0,0.35);	
  background-color: #eae9e5;
}

.rhapsodeFeatures2-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

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



.rhapsodeFeatures2-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	margin: 78px 0 40px;
	opacity: 0.6;
  text-transform: uppercase;
}

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

.rhapsodeFeatures2-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rhapsodeFeatures2-column ul li {
		padding: 0 20px 0 28px;
		margin-bottom: 45px;
    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;
}

	.rhapsodeFeatures2-column ul li:nth-of-type(1) {
		margin-top: 23px;
	}	


@media screen and (max-width: 767px) {

.row.flex {
	display: flex;
	flex-direction: column;
}
	
.__is {
	order: 3;		
}
	
}
