.contact-left {
  width: 700px;
  height: 400px;
  margin-right: 60px;
}

.contact-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-right-item {
  border-left: 3px solid #ff6600;
  padding-left: 16px;
}

.contact-right-item-header {
  font-weight: 400;
  font-size: 18px;
  color: #ff6600;
  line-height: 18px;
}

.contact-right-item-word {
  font-weight: 400;
  font-size: 24px;
  color: #666;
  line-height: 24px;
  margin-top: 8px;
}
