@charset "utf-8";

.--bg {
  padding: 20px 0;
  background-color: #fef6f2;  
}

.steps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 193px;
  margin: -62px auto 0;
  padding: 5px;
  border-radius: 40px;
  background-color: #eb5505;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
}
.h55 {
  height: 55px;
}
.top_spacing.cmn_slider.tab_slider  .slick-track{
  padding-top: 30px;
  
}

@media (min-width: 641px) {
  .w262p {
    width: 262px;
  }
}
@media (max-width: 640px) {
  .steps {
      font-size: 20px;
  }
}