.company-page .company-intro {
  margin-top: 50px;
}
.company-intro img {
  height: 350px;
}
.company-intro-p {
  line-height: 32px;
}
.company-title {
  margin-top: 60px;
  margin-bottom: 40px;
}
.company-title h1 {
  margin-bottom: 16px;
}
.culture-img {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
.culture-item {
  margin-bottom: 30px;
}
.culture-title {
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
  color: #cb252b;
  margin-right: 30px;
}
.culture-desc {
  font-size: 26px;
}
p.culture-desc {
  font-size: 24px;
}
.company-honor {
  margin-bottom: 65px;
}
.honor-box {
  display: flex;
  justify-content: space-between;
}
.honor-img {
  width: 32%;
  height: 250px;
}
@media (max-width: 414px) {
  .company-intro img {
    height: 200px;
  }
  .company-title {
    margin: 0;
  }
  .culture-img {
    height: 200px;
    margin-bottom: 21px;
  }
  .culture-title {
    font-size: 28px;
  }
  .culture-desc,
  p.culture-desc {
    font-size: 18px;
  }
  .company-honor {
    margin-bottom: 20px;
  }
  .honor-box {
    flex-wrap: wrap;
  }
  .honor-img {
    width: 100%;
    height: 160px;
    margin-bottom: 12px;
  }
}
