.survey-hero {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding:4rem 0 ;
}

.survey-hero-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.survey-hero-inner p {
  margin-top: var(--space-xs);
}

.survey-section{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0 6rem;
  margin-bottom: 6rem;
}

.survey-list-container{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.survey-grid{
    width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.first-card-block{
    width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.section-highlight-alt{
  width: 100%;
  height: auto;
  padding: 6rem 0;
}


@media (max-width: 480px) {
  .survey-hero-inner h1{
    font-size: 2rem;
  }

  .survey-section{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  margin-bottom: 6rem;
}

.survey-list-container{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.survey-grid{
    width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.first-card-block{
    width: 100%;
  height: auto;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

  
}



