.section-title {
  color: #521138;
  font-size: 2.7rem;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}

.section-subtitle {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.7rem;
    text-align: justify;
    max-width: auto;
  }

  .section-subtitle {
    font-size: 1.0rem;
    text-align: start;

  }
}

