.with-contact {
  padding-bottom: 240px;
}

.contact-box {
  padding: 30px 0;
  background: #162542;
  width: 90%;
  margin: 0 auto;
  color: #191919;
  position: absolute;
  left: 50%;
  bottom: -170px;
  transform: translate(-50%, 0);
  border-radius: 10px;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 50%);
}

.contact-box form {
  width: 93%;
}

.below-contact {
  padding-top: 200px !important;
}

@media screen and (max-width: 767px) {
  .contact-box form .col-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .contact-box form input[type=submit] {
    width: calc(100% - 6rem);
  }

  .with-contact {
    padding-bottom: 320px;
  }
}

@media screen and (min-width: 768px) {
  .contact-box form .center-left-padding {
    padding-right: 7.5px;
  }

  .contact-box form .center-right-padding {
    padding-left: 7.5px;
  }
}

.contact-box form input[type="submit"] {
  background-color: #bd884c;
  border-color: #bd884c;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

section.post-contact-section {
  padding-top: 240px;
}
