.container {
  width: calc(100% - 2em);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  padding-left: 0;
  border: 2px dashed #A88427 !important;
  cursor: pointer;
  margin-bottom: 1rem;
}
.container img {
  padding: 1em;
}
.container b {
    margin-bottom: .5em;
}
.container:hover {
 text-decoration: none;
}
.container img {
    width: 300px;
}
a.container > span {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 1em;
}
a.container.long-text span.tr {
    display: flex;
    flex-direction: column;
}
a.container.long-text span.th {
    white-space: nowrap;
}
a.container br { display: none; }
a.container span.td br { display: unset; }

a.container table th,
a.container table td {
    text-align: left;
    color: #b23333;
}
a.container:hover table th,
a.container:hover table td {
    color: #000;
}
