* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.card-scroll {
   /* height: 450px;*/
    /*padding: 30px;*/
    overflow-y: auto;
   /* background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 450px;
    max-width: 500px;
    margin-top: -150px;*/
}
.description{
  margin-top: 20px;
}
.element{
  text-align: center;
}

.heading-1 {
  font-family: 'Gilroy-Black', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
  /*width: 370px;*/
 /* height: 96px;*/
  margin-bottom: 5px;
}

.acc-label {
  display: block;
  font-size: var(--font-size-m);
  margin-bottom: 6px;
  text-align: left;
}
.progress-bar {
    display: flex;
    justify-content: center;
    margin-bottom: var(--spacing-xxl);
}

.progress-bar .step {
    width: 28%;
    height: 5px;
    background-color: #d3d3d3;
    margin: 0 5px;
    border-radius: 10px;
}

.progress-bar .step.active {
    background-color: var(--primaryfiber-blue);
}


@media (max-width: 768px) {
  /*.card-scroll {
    width: 90%;
  }*/

  /*.card-scroll h1 {
    font-size: 20px;
  }*/

 /* .email-input {
    font-size: var(--font-size-s);
  }
*/
}

@media (max-width: 480px) {
  /*.card-scroll {
    
    width: 90%;
  }*/
 /* .card-scroll h1 {
    font-size: 18px;
  }

  .email-input {
    font-size: var(--font-size-s);
  }


  .send-again {
    font-size: var(--font-size-s);
  }*/
}