.flex {
  display: flex;
  align-items: center;
}
.contact-wrapper {
  padding: 75px 0 32px;
  background: rgba(254, 203, 0, 0.9);
}
.company-info {
  margin-bottom: 20px;
}
.company-info .map {
  width: 100%;
	text-align: center;
  background: #eee;
}
.company-info .info {
  padding: 26px 15px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
.company-info .info .info-item {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  font-size: 20px;
  width: 50%;
}
.company-info .info .info-item:first-of-type {
  width: 48%;
}
.company-info .info .info-item img {
  margin-right: 20px;
  height: 20px;
}
.introduce {
  padding: 32px 15px;
  margin-bottom: 20px;
  background: #fff;
}
.introduce .title {
  margin-bottom: 28px;
  padding-left: 20px;
  border-left: 9px solid #000;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #000000;
}
.introduce .desc {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #000000;
}
.tips p {
  margin-bottom: 30px;
}
