.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #d7ba62;
  border-top: 0;
  text-align: center;
}

.table td {
  border-top: 1px solid #c7c7c7;
  padding: 16px 0;
  text-align: center;
}

.table img:hover {
  transform: scale(1.2);
  transition: 300ms ease-in;
}
