#steps_mobile {
  max-width: 604px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

#steps_conteiner_mobile {
  width: 100%;
  padding-top: 10px;
  background-image: url(../img/top/mobile/bg_middle.png);
  background-size: contain;
}

#step_1_mobile {
  width: 100%;
  position: relative;
}

#step_2_mobile {
  width: 100%;
  position: relative;
}

#arrow_mobile {
  height: 86%;
  width: 31%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7%;
  right: 2%;
}

.step_conteiner_mobile {
  width: 100%;
  background-image: url(../img/top/mobile/step_middle.png);
  background-size: contain;
  padding: 0 16px;
}

.step_discription_mobile{
  margin-top: 10px;
}

@media only screen and (min-width : 676px){
  .step_title_small_mobile{
    font-size:2em;
    font-weight:700;
  }
  .step_title_big_mobile{
    font-size:2.8em;
    font-weight:700;
  }
  .step_discription_mobile{
    margin-top: 10px;
    font-size:1.5em;
    font-weight:400;
    text-align: left;
  }
}
@media only screen and (max-width : 675px) and (min-width : 463px){
  .step_title_small_mobile{
    font-size:1.6em;
    font-weight:600;
  }
  .step_title_big_mobile{
    font-size:2.1em;
    font-weight:600;
  }
  .step_discription_mobile{
    margin-top:10px;
    font-size:1.3em;
    font-weight:400;
    text-align: left;
  }
}
@media only screen and (max-width : 462px) and (min-width : 401px){
  .step_title_small_mobile{
    font-size:1.3em;
    font-weight:600;
  }
  .step_title_big_mobile{
    font-size:1.7em;
    font-weight:600;
  }
  .step_discription_mobile{
    margin-top:10px;
    font-size:1.1em;
    font-weight:400;
    text-align: left;
  }
}
@media only screen and (max-width : 400px) and (min-width : 375px){
  .step_title_small_mobile{
    font-size:1.2em;
    font-weight:600;
  }
  .step_title_big_mobile{
    font-size:1.6em;
    font-weight:600;
  }
  .step_discription_mobile{
    margin-top:10px;
    font-size:1.1em;
    font-weight:400;
    text-align: left;
  }
}
@media only screen and (max-width : 374px){
  .step_title_small_mobile{
    font-size:1em;
    font-weight:600;
  }
  .step_title_big_mobile{
    font-size:1.3em;
    font-weight:600;
  }
  .step_discription_mobile{
    margin-top:10px;
    font-size:0.9em;
    font-weight:400;
    text-align: left;
  }
}
