/* =====================================================
   TECNOLOGIAS.CSS
   Carregado SOMENTE no tecnologias.html.
   Contém: blocos de título + parágrafo para cada
   tecnologia listada na página.
   ===================================================== */

.tech-section {
  margin-bottom: 48px;
}

.tech-section__title {
  font-family: "IM Fell English", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.tech-section__text {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--text-dim);
  text-align: justify;
  text-justify: inter-word;
}

/* ---------- Responsive ---------- */

@media (max-width: 480px) {
  .tech-section__title {
    font-size: 1.25rem;
  }

  .tech-section__text {
    font-size: 1.02rem;
    text-align: left;

  }
}
