
.main-content {
  margin: 0 40px;
}
.form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto';
  margin-bottom: 20px !important;
}
.address-child {
  margin: 0 0 50px 0;
}
label {
  text-transform: uppercase;
}
.contact-form-style select {
  background: #FAFAFA;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
}
.contact-form-style input {
  background: #FAFAFA;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
}
.contact-form-style button {
  background: #43B2B3;
  border-radius: 40px;
  width: 184px;
  height: 78px;
}
.button-container {
  text-align: center;
}
footer {
  background: #43B2B3;
}
footer p, footer a {
  color: #FFF !important;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5em;
}