.hr {

display: flex;
flex-direction: row;
justify-content: space-around;

width: 100%;
height: 5px;

background-color: $centos-color-3;

&__centos-color-0 {
  width: 25%;
  background-color: $centos-color-0;
}
&__centos-color-1 {
  width: 25%;
  background-color: $centos-color-1;
}
&__centos-color-2 {
  width: 25%;
  background-color: $centos-color-2;
}
&__centos-color-3 {
  width: 25%;
  background-color: $centos-color-3;
}

}