
  .sponsors-hero-main-txt
  {
    color: hsla(335, 100%, 10%, 1);
    text-align: center;
    font-weight: bold;
      font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: clamp(1.25rem, 2vw, 2rem);
  font-size: clamp(3.1rem, 2.8rem + 1.25vw, 3.9rem);
     line-height: 1.15;}

    .sponsors-hero-sub-txt{
color: black;
text-align: center;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.1rem + 0.9vw, 1.9rem);

  line-height: 1.65;
  width: 100%;
  margin-inline: auto; 
    }
