.press-card {
  background-color: rgb(var(--color-off-white));
  padding: 4rem;
  text-align: center;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.press-card_image {
  height: 150px;
  width: 100%;
  margin: 0;
}

.press-card_logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

