.contact-container {
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
}

.contact-container .title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  line-height: 40px;
  margin-bottom: 32px;
}

.contact-container .info-item {
  margin-bottom: 24px;
}

.contact-container .info-item:last-child {
  margin-bottom: 0;
}

.contact-container .info-item .item-label {
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
}

.contact-container .info-item .item-value {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
}
