.tsr-section {
  background-color: #3e014c;
  color: #fff6e0;
  padding: 20px 20px;
  position: relative;
  text-align: center;
  font-family: "Righteous", sans-serif;
}

.tsr-title {
  font-size: clamp(34px, 7vw, 60px);
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.05;
}

.tsr-paragraph {
  font-family: "Bellota", system-ui;
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.7;
  font-weight: 300;
}

@media (max-width: 600px) {
  .tsr-section {
    padding-inline: 16px;
  }

  .tsr-paragraph {
    font-size: 18px;
    line-height: 1.65;
  }
}
