@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSansLatin-Normal.ttf") format("truetype");
}

@font-face {
  font-family: "MiSans-Bold";
  src: url("../fonts/MiSansLatin-Bold.ttf") format("truetype");
}

.main {
  background-color: #f8f8f8;
  padding: 60px  30px;
  margin-top: 30px;
}

.main-container {
  width: 1130px;
  padding: 40px 50px 20px;
  background: #fff;
  margin: 0 auto;
  display: flex;
}

.form {
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  margin: 10px auto;
  width: 1190px;
  box-sizing: border-box;
}

.form .form-title {
  line-height: 36px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.form .form-txt {
  margin-top: 20px;
}

.form .form-txt p {
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
