﻿.box_center {
  text-align: center;
}

.box_center_images {
  width: auto;
}
.table-short {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .box_center_images {
    width: 100%;
  }
  .table-short {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .box_center_images {
    width: 100%;
  }
  .table-short {
    width: 90%;
  }
}
