.banner,
.banner .swiper-slide {
  height: 270px;
}

.about {
  background-image: none;
  height: 440px;
  margin-bottom: 60px;
}

.about-content {
  color: #000;
  padding: 0 40px;
}

.about-content .corp-name > div > div:nth-of-type(1) {
  display: none;
}

.about-content p {
  font-size: 18px;
  letter-spacing: 1px;
  text-indent: 2em;
  line-height: 36px;
  margin-bottom: 20px;
}

.about-content .statistics,
.about-content .statistics span {
  color: var(--color-primary);
}

.footer {
  margin-top: 0;
}


.about-szm {
  padding: 70px 0 0;
}

.about-szm .container {
  padding: 0 20px;
}

.about-szm .item:nth-of-type(1) {
  width: 530px;
}

.about-szm .item:nth-of-type(2) {
  width: 600px;
}

.about-szm .item:nth-of-type(1) p {
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 20px;
}

.about-szm .item:nth-of-type(2) > div {
  position: relative;
}

.about-szm .item:nth-of-type(2) > div img {
  display: block;
  width: 100%;
}

.about-szm .item > div:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
