/* Ícone pequeno ao lado do título "Sobre a iNFRA" — cores da marca */
.sobre-infra h2{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
.sobre-infra .si-icon{
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffd000;   /* amarelo ovo */
  color: #0b3fae;        /* royal blue */
  box-shadow: 0 4px 16px rgba(11,63,174,.25);
}
.sobre-infra .si-icon svg{
  width: 16px;
  height: 16px;
  fill: currentColor;
  display: block;
}