/* Estilos base para el bloque Presence */
.section-title {
  color: var(--pantone-546);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: var(--pantone-313);
}
.local-section {
  background-color: var(--pantone-545);
  padding: 60px 0;
}
