/* ─────────────────────────────────────────
   BLOCK: REPUTATION
───────────────────────────────────────── */
.reputation { background: #fff; padding: 70px 0; }
.reputation__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:28px;
  padding: 28px 0;
}

/* ─────────────────────────────────────────
   BLOCK: CERT-CARD
───────────────────────────────────────── */
.cert-card {
  border: none;
  overflow: hidden;
  cursor: pointer;
  display: flex; 
  flex-direction: column; 
  align-items: center;
}

.cert-card__image {
  height: 210px;
  width: 144px;
}

.cert-card__title {
  width: 220px; /* совпадает с шириной изображения-документа */
  padding: 12px;
  font-size: 12px;
  text-align: center;
  color: var(--gray-text);
  line-height: 1.4;
}
