.title .title-top{
  font-size: 45px;
  color: #354963;
  text-align: center;
  padding: 100px 0 50px;
}
.title .title-top::before {
  content: "";
  height: 1px;
  width: 80px;
  background: #354963;
  display: inline-block;
  position: relative;
  top: -14px;
  left: -40px;
}
.title .title-top::after {
  content: "";
  height: 1px;
  width: 80px;
  background: #354963;
  display: inline-block;
  position: relative;
  top: -14px;
  right: -40px;
}

.detail .box{
  margin-bottom: 50px;
}

.detail .box .con{
  font-size: 20px;
  line-height: 40px;
}

@media (max-width: 768px) {

  .title .title-top{
    font-size: 25px;
    font-weight: 600;
  }
  .title .title-top::before {
    content: none;
    top: -8px;
    left: -10px;
  }
  .title .title-top::after {
    content: none !important;
    top: -8px;
    right: -10px;
  }
}