.hot-offers__table .table__table {
  width: 100%;
  text-align: center;
}
.hot-offers__table .table__table th {
  background: #f3f8fb;
  text-align: center;
  padding: 6px 8px;
  font-size: 22px;
}
.hot-offers__table .table__table th img {
  max-height: 24px;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 6px;
  box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);
}
.hot-offers__table .table__table td {
  padding: 4px 8px;
}
.hot-offers__table .table__table a:hover {
  text-decoration: underline;
}
.hot-offers__table .table__table img {
  max-height: 50px;
}