.service-card.ckp::before {
  background: #005b32;
}

.service-card.sd24::before {
  background: #e6301b;
}

.ckp-partner img {
  width: 92px;
  height: 56px;
  object-fit: contain;
}

.sd-partner img {
  width: 149px;
  height: 56px;
  object-fit: contain;
}

.service-card.ckp .service-kicker img {
  width: 92px;
  max-height: 56px;
  object-fit: contain;
}

.logo-label {
  display: flex;
  align-items: center;
  height: 36px;
}

.logo-label img {
  display: block;
  width: auto;
  max-width: 100px;
  max-height: 34px;
  object-fit: contain;
}

@media (max-width: 640px) {
  .ckp-partner img {
    width: 72px;
    height: 44px;
  }

  .sd-partner img {
    width: 117px;
    height: 44px;
  }
}
