.cert-logo {
  display: grid;
  place-items: center;
  padding: 6px;
  overflow: hidden;
  background: #f4f6f8 !important;
  border: 1px solid #ffffff20;
  box-shadow: inset 0 0 0 1px #07101a12, 0 10px 24px #0005;
}

.cert-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: transform .3s ease, filter .3s ease;
}

.cert-card:hover .cert-logo img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

@media (max-width: 480px) {
  .cert-card > .cert-logo {
    width: 58px;
    height: 58px;
  }
}
