.seventh {
  position: relative;
  margin-bottom: 22.5em;
  background-image: url(../images/seventh_back.png);
  background-position: center top;
  color: #fff;
  text-align: center;
  padding-top: 5.4em;
  height: 55.2em; }
  .seventh__subtitle {
    margin-top: .3em;
    font-size: 2.9em; }
  .seventh__desc {
    position: relative;
    margin-top: 1.6em;
    font-size: 1.5em; }
    .seventh__desc:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -.7em;
      margin-left: -7.5em;
      width: 15em;
      max-width: 90%;
      border-bottom: 1px solid #035df9; }
  .seventh__form {
    width: 62em;
    max-width: 100%;
    margin: auto;
    background-image: url(../images/seventh_form.png);
    background-size: 100% 100%;
    padding: 3em;
    margin-top: 5.4em;
    padding-bottom: 5em; }
    .seventh__form .form__input, .seventh__form .form__button {
      display: inline-block; }
    .seventh__form .form__input {
      margin-right: .8em;
      width: 10.4em; }
    .seventh__form .form__button {
      padding: .7em 2.3em;
      margin-left: 2em; }

@media (max-width: 900px) {
  .seventh__form {
    background-image: url();
    padding: 0; }
  .seventh .form__input {
    display: block;
    margin: 1em auto; }
  .seventh .form__button {
    margin-left: 0; } }
