.hero-section {
  margin: 160px auto 128px auto;
  text-align: center;
  max-width: 752px;
}

.hero-section h1 {
  margin-bottom: 24px;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

/* .hero-section h1 .competitor-name {
    background: linear-gradient(to right, #7258F5, #8C58F5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    border-bottom: 6px solid transparent;
    border-radius: 50px; /* Rounded corners */
    display: inline-block;
    padding-bottom: 2px;
} */


.bordered-text {
    position: relative; /* Make the parent element of bordered text relative */
}



.hero-section h1 .competitor-name {
    position: relative; 
}


.hero-section h1 .competitor-name::after {
/*     content: "";
    position: absolute;
    left: 0;
    bottom: -2px; 
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #7258F5, #8C58F5);
    border-radius: 50px; 
    z-index: -1;  */
}

/* .hero-section h1 .competitor-name:after { 
  content:""; 
  display: block;
  width: 202px;
  height: 6px;
  background: var(--linear, linear-gradient(135deg, #7258F5 0%, #8C58F5 100%));
  border-radius: 10px;
  margin: 0 auto;
} */



.hero-section svg {
  position: relative; 
}

.hero-section p {
  margin-bottom: 32px;
 
}