.arsenal-slider .card {
  background: #202A34;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1em;
  padding: 2em;
  border-radius: 1em;
}
.arsenal-slider .imaged {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  flex: 0 0 13em;
  border-radius: 1em;
  overflow: hidden;
  background-color: #8d7b5c;
  margin-bottom: 1em;
}
.arsenal-slider .title {
  font-size: 1.5em;
  font-weight: bold;
  min-height: 2em;
}
.arsenal-slider .meta {
  flex: 1 1 auto;
  font-size: 0.93em;
  opacity: 0.62;
  line-height: 1.8em;
}
.arsenal-slider .text {
  flex: 1 1 auto;
}
.arsenal-slider .buttons {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
}
