@media (max-width: 991.98px) {

	
	/*Advantages*/
	  .advantages-section {
		padding: 60px 15px;
	}
	  .advantages-section {
		background-image: none;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	
	  .advantages-section:lang(eu) {
		background-image: none;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	  .advantages-section .section-title{
		color: #141e5c;
	}
	  .advantages-section .section-title-desc {
		color: gray;
	}
	 .advantages-section .advantages-detail-title {
		color: #141e5c;
    	margin-top: 10px;
	}
	 .advantages-section .advantages-detail-desc {
		color: gray;
	}
	 .advantages-section .advantages-detail-soul,
	 .advantages-section .advantages-detail-health,
	 .advantages-section .advantages-detail-relax,
	 .advantages-section .advantages-detail-energy,
	 .advantages-section .advantages-detail-mind,
	 .advantages-section .advantages-detail-meditat {
		width: 100%;	
		text-align: center;
		margin: 0 auto 24px;
	}
	

}