.about-brand {
  padding: 100px 0;
   background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/82153/1831/682de890d0055f787f9bd0183de0af49/sky-183872_1280.jpg);background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-brand p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}

.about-brand .title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.about-brand .title h1,
.about-brand .title h1 a,
.about-brand .title h2,
.about-brand .title h2 a,
.about-brand .title h3,
.about-brand .title h3 a,
.about-brand .title h4,
.about-brand .title h4 a,
.about-brand .title h5,
.about-brand .title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009;
  font-family: var(--font-family);
}

.about-brand .title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 17px;
  font-family: var(--font-family);
  letter-spacing: 0;
}

.about-brand .title p {
  /* margin-top: 20px; */
}

.about-brandcon {
  margin-top: 40px;
}
.about-brandcon div {
  width: 48.2%;
  padding: 50px 48px;
  border: 1px solid #ddd;
}

.about-brandcon pre {
  text-indent: 0;
  white-space: pre-wrap;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  font-family: var(--font-family);
  text-align: justify;
}

.about-brandcon pre storng {
 top: 20px;
 position: relative;
 text-align: center;
 display: block;
 font-weight: 700;
}
.about-brandcon .quote {
  font-family: var(--font-family);
  font-size: 76px;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 52px;
}

.about-brandcon p {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .about-brandcon div {
    width: 100%;
    padding: 40px 38px;
  }

  .about-brandcon div:nth-child(2) {
    margin-top: 20px;
  }
}


@media screen and (max-width:480px){
  .about-brand{
    padding: 0 !important;
  }
  .about-brandcon pre{
    font-size: 12px !important; 
  }
  .about-brandcon div{
    padding: 20px 19px !important;
  }
  .about-brandcon {
    margin-top: 20px;
}
.about-brand .title h1, .about-brand .title h1 a, .about-brand .title h2, .about-brand .title h2 a, .about-brand .title h3, .about-brand .title h3 a, .about-brand .title h4, .about-brand .title h4 a, .about-brand .title h5, .about-brand .title h5 a{
  font-size: 24px;
}

}