
.title {
  text-align: center;
  font-size: 53px;
}

.title-line {
 border-width: 0px;
 width: 12px;
 height: 5px;
 background: inherit;
 background-color: rgba(42, 143, 253, 1);
 border: none;
 border-radius: 6px;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 display: inline-block;
}
