.brand-introduce .common-title-wrap .title {
  font-family: 'roboto', sans-serif;
  letter-spacing: 0;
  line-height: 1.16;
}
.brand-introduce .common-sub-title-wrap:last-child {
  margin-bottom: 0;
}
.brand-introduce .intro-img {
  width:100%;
  max-width:350px;
  margin-bottom:35px;
}
@media screen and (min-width:768px){
  .brand-introduce .common-title-wrap .title {
    font-size:35px;
  }
  .brand-introduce .intro-img {
    float: left;
    margin-bottom: 0;
    margin-right: 26px;
  }
  .brand-introduce .common-sub-title-wrap {
    float: left;
    width: calc(100% - 377px);
  }
}