
.blue-text {
  color: #fa0700;
  transition: .1s;
  cursor: pointer;
}

.blue-text:hover {
  color: #F56C6C;
}

.red-text {
  color: #F56C6C;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.el-text__title {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  margin: 32px 0;
  text-align: center;
}

.el-text__info {
  color: #E6A23C;
}