body {
  color: #333333;
  font: 400 14px/1.5 Arial;
}

.foot_item:nth-child(1) {
  max-width: 4.35rem;
}

.foot_contact {
  line-height: 2;
}

.foot_nav {
  gap: .3rem;
}

.foot_col {
  flex: 1;
}

.foot_col:nth-child(2) {
  flex: 2;
}

.foot_list {
  column-gap: 0.4rem;
}

.foot_ul li {
  line-height: 1.5;
}

.foot_ul li:not(:last-of-type) {
  margin-bottom: .1rem;
}

.foot_main .wrapper {
  max-width: 1700px;
}

.about_left .about_info {
  line-height: 2;
}

.aboutNum_txt{
  text-align: center;
}