/* Estrutura compartilhada entre os blocos de conteúdo. */
.jms-section {
  padding: 4rem 1rem;
}

.jms-section--soft {
  background: #f5f6f7;
}

.jms-section__head {
  max-width: 860px;
  margin: 0 auto 2rem;
  text-align: center;
}

.jms-section__head h2 {
  margin: 0 0 .75rem;
  color: #111;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
}

.jms-section__head h2 span {
  color: var(--color-red);
}

.jms-section__head p {
  margin: 0;
  color: rgba(17,17,17,.72);
  font-size: 1.05rem;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .jms-section { padding: 3rem .85rem; }
  .jms-section__head { margin-bottom: 1.5rem; }
}
