@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 {
  padding: 140px  30px 60px;
}

.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 var(--color-primary);
  padding-bottom: 15px;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.form .form-txt {
  margin-top: 20px;
}

.form .form-txt p {
  color: #000 ;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
