.steps-blocks {
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.steps-blocks .row .col-12:nth-child(1) .step-bloc,
.steps-blocks .row .col-12:nth-child(4) .step-bloc {
  background: rgba(220, 220, 220, 0.25);
}
.steps-blocks .row .col-12:nth-child(2) .step-bloc,
.steps-blocks .row .col-12:nth-child(5) .step-bloc {
  background: rgba(220, 220, 220, 0.5);
}
.steps-blocks .row .col-12:nth-child(3) .step-bloc,
.steps-blocks .row .col-12:nth-child(6) .step-bloc {
  background: rgba(220, 220, 220, 0.75);
}
.steps-blocks .row .col-12:last-child .step-bloc {
  border-right: 0;
}
.step-bloc {
  border-right: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
  padding: 20px;
  height: 100%;
  background: #EBECEE;
}
.step-bloc .header-step {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
}
.step-bloc .header-step .step {
  border-radius: 50%;
  background: yellow;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.step-bloc .header-step .title {
  text-transform: uppercase;
}
