.form_article {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0) 99.237%), rgb(147, 176, 208);
  color: white;
  padding: 50px 0;
  margin-bottom: 110px;
}

.form_title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}

.form_description {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}

.form_btn {
  display: inline-block;
  margin: 0 auto;
}

.btn_container {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .form_article {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .form_title {
    font-size: 22px;
  }
  .form_description {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
