.about-brand {
  padding: 100px 0;
}

.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: #666;
  font-family: var(--font-family);
}

.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;
  }
}
