.space {
  width: 100%;
  background: #F4F6F5;
  height: 222px;
}

.companyOperation {
  background: url("../images/co-bg.png") no-repeat;
  background-size: 100% 100%;
}

.companyOperation-content {
  width: 1044px;
  margin: auto;
  margin-top: 50px;
}

.companyOperation-content p {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.companyOperation-content p i {
  font-style: normal;
  color: #1DFCD0;
}

.contact {
  padding: 75px 0 0 0;
  text-align: center;
  background-color: #F4F5FC;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 0 0 0;
  }
}

.contact h2 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.contact-list {
  width: 950px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .contact-list {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.contact-list-item {
  align-self: center;
}

.contact-list-item img {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .contact-list-item img {
    width: 12px;
    margin-right: 3px;
  }
}

.contact-list-item span {
  vertical-align: top;
  color: #333333;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .contact-list-item span {
    font-size: 12px;
  }
}
