.service-bar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding-block: 7px;
}

.service-access {
  justify-content: flex-start;
  min-height: 50px;
  padding: 7px 9px;
}

.service-access__icon {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
}

.service-access__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Numerais de destaque padronizados em dourado em todo o site. */
.course-card__number,
.catalog-category__heading > span,
.process-grid article > span,
.business-mode-grid article > span,
.about-values article > span,
.review-topics span,
.article-grid article > span,
.long-process li > span,
.document-format-grid article > span,
.company-process li > span {
  color: #ffb700;
}

.num {
  background: #201e1e;
  color: #ffb700;
}

@media (min-width: 700px) {
  .service-bar__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
  }

  .service-access {
    min-width: 0;
    min-height: 46px;
    justify-content: center;
    padding-inline: 12px;
  }
}
