:root {
  --tekst-na-belom: #1c1c1c;
  --linii: #e8e8e8;
  --zelenyy-akcent-3: #9bca02;
  --tekst-na-temnom---zelenyy: #fbfbfb;
  --text: #4f4f4f;
}

.gramoty {
  padding-bottom: 138px;
}
.gramoty .container-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 235px);
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .gramoty .container-2 {
    gap: 40px 44px;
  }
}
@media (min-width: 1240px) {
  .gramoty .container-2 {
    justify-content: space-between;
  }
}
.gramoty a {
  display: block;
  width: 235px;
}
.gramoty a img {
  display: block;
  margin: 0 auto;
  border: 1px solid var(--color-35);
}/*# sourceMappingURL=gramoty.css.map */