.card-sponsor {
  background-color: #333333;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  min-height: 220px;
  position: relative;
}
.card-sponsor.is-style-white {
  background-color: #fff;
}
.card-sponsor img {
  max-width: 220px;
}
.card-sponsor.is-preview a {
  pointer-events: none;
}