.help-support {
    flex: 1;
    padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2.5rem);
    min-height: 40vh;
    margin: 0 10%;

  }
  
  .help-support__text {
    margin: 0;
    font-family: "Hacen Maghreb", "29lbukra", system-ui, sans-serif;
    font-size: clamp(1.05rem, 0.4vw + 1rem, 1.25rem);
    line-height: 1.8;
    color: #1a1528;
    max-width: min(52rem, 100%);
  }
  
  .help-support__email {
    color: #007bff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    margin-inline-start: 0.35em;
  }
  
  .help-support__email:hover {
    color: #0056b3;
  }