*{
  margin: 0;
  padding: 0;
}
.about-cont .rub-box {
width: 100%;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background: #fff;
font-size: 15px;
font-weight: bold;
margin-bottom: 40px;
box-shadow: 2px 2px 5px #ccc;
}
.about-cont .rub-box.rub-box--type1 h4 {
background: #f39700;
color: #fff;
}
  .about-cont .rub-box-big__tit {
  text-align: center;
  margin-bottom: 30px;
}
.about-cont .rub-box-big__pic-cont__L {
  margin-bottom: 20px;
}
.about-cont .rub-box-big__pic-cont__L {
  max-width: 280px;
  float: left;
  width: 40%;
}
.about-cont .rub-box-big__pic-cont__R {
  width: 60%;
  max-width: 515px;
  float: right;
}
.about-cont .rub-tit--type1 {
  color: #fff;
  background: #e60012;
}
.about-cont .rub-tit--type2 {
  color: #fff;
  background: #f39800;
}
.about-cont .rub-tit--type3 {
  color: #fff;
  background: #076fb8;
}
.about-cont .rub-box-big {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4% 3%;
  margin-bottom: 4%;
}

@media (max-width:767px){
  h2{font-size: 20px;}
  .about-cont .rub-box-big__pic-cont__L,.about-cont .rub-box-big__pic-cont__R{width: 100%;float:none;}
  .about-cont .rub-box-big__pic-cont__R p{font-size: 14px !important;line-height: 1.6 !important;}
}