.contact-layout {
  background: #FFFFFF;
  padding: 43px 17px 45px 32px;
}

.contact-form {
  all: unset
}

.contact-info-title {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 42px;
}

.contact-item-icon {
  width: 42px;
  height: 42px;
}

.contact-item-label h4 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.contact-item-label p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.contact-form h3 {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 1;
  margin-bottom: 19px;
}

.form-group label {
  font-size: 18px;
  color: #999999;
}
.form-control::placeholder  {
  color: #666;
  font-size: 16px;
}
.btn-submit{
  border-radius: 0;
  background: #C7000B;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}