@media screen and (max-width: 1200px) {
  .c_box .c_25 {
    width: 49%;
  }
  .c_box .c_50 {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .c_box .c_20,
  .c_box .c_25,
  .c_box .c_33,
  .c_box .c_50 {
    width: 100%;
  }
  #rescue .c_33 img,
  #rescue .c_20 img,
  #hospital .c_33 img,
  #hospital .c_20 img {
    height: 100%;
    max-height: none;
  }
}/*# sourceMappingURL=transportation_responsive.css.map */