main .content-title{
	text-align: center;
	font-size: 1.5rem;
	color: #707070;
	max-width: 1150px;
	margin: auto;
	font-weight: 100;
	padding: 0 3rem;
	margin-bottom: 70px;
	font-family: 'Work Sans', sans-serif;
}


#about{
	background-image: url("../../../images/home/zendu-home-cover-2.JPG");
}


#therapist{
	background-image: url("../../../images/home/zendu-relaxation-paralax.jpg");
	
}

@media screen and (max-width:900px){
	main .content-title{
		font-size: 1.5rem;
	}
}


@media screen and (max-width:650px){
	main .content-title{
		font-size: 1.3rem;
	}
}

@media screen and (max-width:450px){
	main .content-title{
		font-size: 1.3rem;
	}
}

.interview{
    color: green;
}

