@charset "UTF-8";

@media screen and (max-width: 769px) {
    
   .installation_equipment,.divisions nav ul,.director_row {
   -webkit-flex-direction: column;
   -moz-flex-direction: column;
   -ms-flex-direction: column;
   -o-flex-direction: column;
   flex-direction: column;
} 
    .director_row img {
    width: 90%;
}
    .installation_img {
    width: 92%;
}
    .installation_text {
    width: 92%;
}
}