.contentstep {display: flex;align-items: center;justify-content: center;margin-top: 45px;margin-bottom: 10px;}

.step_ {/* margin: 0 10px; */display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;width: 13%;}

h3.text_step {font-size: 11px;font-weight: 600;position: relative;}

.number {background: #ededed;width: 40px;height: 40px;border-radius: 50%;justify-content: center;align-items: center;display: flex;color: #e37d07;margin-bottom: 6px;position: relative;}

.number:after {content: "";position: absolute;background: #ededed;width: 167px;height: 2px;right: -143px;z-index: -1;}

.step_:last-child .number:after {
    background: transparent;
}

.content_back_home_page {display: flex;align-items: center;position: absolute;top: 20px;font-size: 14px;color: #707070;}

.number.active {background: #e37c04;color: #fff;}

.number.active:after {background: #e37c04;}

a.backhome {background: #ededed;width: 35px;height: 35px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #000;margin-right: 10px;}