.tecnologias {
  padding: 5rem 0;
  background: #f7f7f7;
}

.tecnologias h2 {
  color: #002a3f;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: 0.24px;
  margin: 0 auto 80px;
  max-width: 815px;
}

@media screen and (min-width: 768px) {
  .tecnologias h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .tecnologias h2 {
    font-size: 2.5rem;
  }
}
