/*DESKTOP*/

/* TABLET */
@media (max-width:1024px) {
}

/* MOBILE */
@media (max-width:600px) {
.left-content .about {
	display: none; 
}

}


