@charset "UTF-8";

.center{
    text-align: center;
}
.product-item__sub-title {
  font-size: 1.8em;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding: 11px 13px 11px 30px;
  background: #218CD9;
  color: #fff;
}
.product-item__sub-title:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 11px;
  display: block;
  width: 3px;
  background: #fff;
  content: '';
}

.product-item__sub-title2 {
  font-size: 1.8em;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding: 11px 13px 11px 30px;
  background: #F49D3A;
  color: #fff;
}

.product-item__sub-title2:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 11px;
  display: block;
  width: 3px;
  background: #fff;
  content: "";
}
.box1{
    overflow: hidden;
}
.box_left{
    width: 60%;
    float: left;
}
.box_right{
    width: 40%;
    float: right;
    margin-top: 50px;
}
.box_left h2{
    color: #F49D3A;
    font-size:28px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px
}
.box_left h3{
    color: #B90D10;
    font-size:24px;
    font-weight: bold;
}
.box_left h4{
    font-size:17px;
    font-weight: bold;
    margin-bottom: 15px;
}