.form-container {
  background-color: #ffffff;
}

.form-container .title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.form-container .sub-title {
  margin-top: 15px;
  font-size: 16px;
  color: #555555;
  text-align: center;
}

.contact-form-container {
  display: flex;
  justify-content: center;
}

.contact-form-container .contact-form {
  width: 80%;
  margin-top: 50px;
}

.contact-form .required {
  margin-left: 5px;
  color: #ff0000;
}
