/* Certifications Section (partner accreditations) — Figma node 4020:652 (1440 x 324) */

.certs { position: relative; height: 324px; background: var(--obsidian); }

.certs__head {
  position: absolute; top: 0; left: 0; width: 1440px; height: 111px;
  box-shadow: inset 0 2px 0 var(--muted);
}

.certs__head h2 {
  position: absolute; top: 42px; left: var(--gutter); width: 425px; margin: 0;
  font-size: 24px; font-weight: 500; line-height: 28.8px; color: var(--off-white);
  transform: translateY(var(--figma-baseline-shift));
}

.certs__row {
  position: absolute; top: 111px; left: 0; width: 1440px; height: 213px;
  box-shadow: inset 0 0 0 2px var(--muted);
}

.certs__cell {
  position: absolute; top: 2px; height: 209px;
  display: flex; align-items: center; justify-content: center;
}

.certs__cell:not(:last-child) { box-shadow: inset -1px 0 0 var(--muted); }

.certs__cell:nth-child(1) { left: 84px;     width: 254.6px; }
.certs__cell:nth-child(2) { left: 338.6px;  width: 254.6px; }
.certs__cell:nth-child(3) { left: 593.2px;  width: 254.6px; }
.certs__cell:nth-child(4) { left: 847.8px;  width: 254.6px; }
.certs__cell:nth-child(5) { left: 1102.4px; width: 253.6px; }

.certs__cell img { width: 101px; height: 100px; }
.certs__cell:nth-child(3) img { width: 229px; height: 80px; }
.certs__cell:nth-child(4) img,
.certs__cell:nth-child(5) img { width: 100px; height: 100px; }
