.savatage-card {
  justify-content: flex-start;
}

.savatage-photo {
  margin: 24px -28px 26px;
  aspect-ratio: 1.96;
  overflow: hidden;
  background: #17100a;
}

.savatage-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.savatage-card > div:last-child {
  margin-top: auto;
}
