.padd-64 {
  padding: 64px;
}
    .thin_line {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
}
.thin_line .line-bar {
  content: "";
  z-index: 2;
  margin-right: 2px;
}
.thin_line .line-bar:nth-of-type(1) {
  border: 1px solid #231F20;
  width: 25%;
}
.thin_line .line-bar:nth-of-type(2) {
  width: 25%;
  border: 1px solid #0094C1;
}
.thin_line .line-bar:nth-of-type(3) {
  width: 25%;
  border: 1px solid #C9202F;
}
.thin_line .line-bar:nth-of-type(4) {
  width: 25%;
  border: 1px solid #FEE100;
}

.thick_line {
  display: flex;
  justify-content: flex-start;
}
.thick_line .line-bar {
  content: "";
  z-index: 2;
}
.thick_line .line-bar:nth-of-type(1) {
  border: 4px solid #231F20;
  width: 25%;
}
.thick_line .line-bar:nth-of-type(2) {
  width: 25%;
  border: 4px solid #0094C1;
}
.thick_line .line-bar:nth-of-type(3) {
  width: 25%;
  border: 4px solid #C9202F;
}
.thick_line .line-bar:nth-of-type(4) {
  width: 25%;
  border: 4px solid #FEE100;
}

.thick_line.line-reverse-components .line-bar {
    right:auto;
            }