
.step-container {
  padding: 0 10px;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 35px;
}

.number {
  font-size: 100px;
  line-height: normal;
  margin-right: 27px;
  font-weight: 700;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 25px;
}

.steptitle {
  font-size: 25px;
  font-weight: 700;
}

.btn-primary {
  background-color: #8c346e;
}
.btn-outline-primary {
  color: #8c346e;
  border-color: #8c346e;
}
.text-primary {
  color: #8c346e !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #8c346e;
  border-color: #8c346e;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #8c346e;
  border-color: #8c346e;
}

.btn-block {
  width: 100%;
}