#topo-inscricao {
  width: 100%;
  display: flex;
  padding: 72px 0;

  background-image:
    url('/o-melhor-momento-para-o-concurseiro/assets/img/bg-carreiras.png');
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;

  flex-direction: column;
  align-items: center;

}

.steps {
  display: flex;
  align-items: center;
  gap: 5px;

  margin-top: 25px;
}

.steps hr {
  width: 100px;
  background: #C1C7D0;
  border-radius: 3px;
}

.steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.steps .step i {
  width: 27px;
  height: 27px;
  font-size: 27px;
  color: #0BB783;
}


.steps .step span {
  display: block;

  font-family: 'Margem-regular';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #C1C7D0;
}

.steps .step .step-active {
  color: #FFFFFF;
}



.steps .step .number {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 27px;
  height: 27px;

  font-family: "Margem-regular";
  font-size: 12px;
  color: #B3BAC5;

  border-radius: 27px;
  border: 1px solid #B3BAC5;
}

#topo-inscricao h2 {
  width: 100%;
  max-width: 398px;
  margin: 16px 0 0 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;

  text-align: center;

  color: #FFFFFF;
}

#topo-inscricao .img {
  width: 100%;
  max-width: 834px;
  margin-top: 25px;
}

#topo-inscricao .img .video-hero {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 595px) {
  .steps hr {
    width: 60px;
  }
}

@media screen and (max-width: 450px) {
  .steps .step span {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .steps hr {
    width: 30px;
  }
}
