table {
  width: 100%;
}
table thead tr th {
  width: 50%;
}

.txt_center {
  text-align: center;
}

.col > .img {
  margin-top: 80px;
}

.col > .img img {
  width: 80%;
}

.caption {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .col > .img {
    margin-top: 0px;
  }

  .col > .img img {
    width: 100%;
  }
}
