.info-table {
  /* width: 60%; */
  /* margin: 2rem auto; /* centers it */
  /* margin: 0; */
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.info-image img {
  max-width: 160px;
  height: auto;
  display: block;
}

.info-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 1rem;
  /* margin-bottom: 0.25rem; */
}