@charset "UTF-8";
/* CSS Document */



@media (min-width: 768px) {
	.special_img{ text-align: center; position: relative; margin-bottom: 30px;}
	.special_img img{ width: 25%; filter: drop-shadow(0px 5px 10px rgb(0 0 0 / 20%)); }
	
	.white_box p{margin-bottom: 50px;}
	.therapy_img{display: flex; margin: 30px 0 0; position: relative;}
	.therapy_img>div{margin: 0 10px;}
	.therapy_img img{width: 100%; border-radius: 20px;}
	.therapy_img p{margin: 10px;}
	.img_center{width: 50%; margin: 0 auto; margin-top: 30px;}
	
	.special_img .circle_foto{ width: 17%; margin: 70px 0 0 20px;}
	
}
@media (max-width: 767.98px) {
	.special_img{ text-align: center; position: relative;}
	.special_img img{ width: 60%; height: auto; border-radius: 10px;}
	
	.white_box p{margin-top: 30px;}
	.therapy_img{display: flex; flex-wrap: wrap;}
	.therapy_img>div{margin-top: 20px;}
	.therapy_img img{width: 100%; border-radius: 10px; height: auto;}
	.therapy_img p{margin: 5px 10px 0;}
	.img4{ display: flex; justify-content: space-around;}
	.special_img .circle_foto{ width: 37%; margin: 70px 0 0 5px; height: 37%;}
}


@media (min-width: 768px) {}
@media (max-width: 767.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}
@media (max-width: 575.98px) {}