.blue-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-header .blue-line {
  justify-content: flex-start;
}
.blue-line .blue-line-inner {
  max-width: 98px;
  width: 100%;
  height: 4px;
  background-color: #57B8E4;
  border-radius: 4px;
  margin-bottom: 20px;
}