.footer {
  display: none;
}

.section-request-proposal {
  background: #01243A;
}

.section-contact {
  background: #003050;
}

.section-content {
  padding: 0 80px 0 120px;
}

@media screen and (max-width: 959px) {
  .section-content {
    padding: 0;
  }
}

.section-title {
  color: #E8C21C;
}

.contact-block {
  margin-top: 55px;
}

.contact-block:first-child {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .form {
    margin-top: 60px;
  }
}
