corporate-culture.scss 944 Bytes
@import '@/styles/_support.scss';


strong {
  font-size: $articleStrong;
  font-weight: bold;
  // font-family: Verdana;
}

li {
  font-size: 18px;
  margin: 38px 0 38px 20px;
  list-style-type: disc;
}

li:last-child {
  margin: 38px 0 0 20px;
}

.small {
  font-size: $articleSmall;
  line-height: 28px;
}

.content {
  padding-bottom: 78px;
  min-height: 50rem;
  font-size: $articleNormal;
}

.box {
  position: relative;
}

.top-space {
  height: 34px;
}

.tit {
  text-align: center;
  font-size: $articleTitleLarge;
  font-weight: bold;
}

.tit:lang(zh) {
  letter-spacing: 3.65px;
}

.desc {
  max-width: $articleWidth;
  margin-top: 54px;
  line-height: 1.42;
}

.desc:lang(zh) {
  letter-spacing: 2px;
}

.img-wrap {
  margin-top: 34px;
  text-align: center;

  img {
    margin: 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .content {
    @include content-percent();
    padding-bottom: $marginMedium-M;
  }
}