main {
  min-height: 100vh;
}

main .container {
  position: relative;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .container h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  color: #DB532D;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  main .container h2 {
    margin-bottom: 35px;
  }
}

main .container .content {
  min-height: 600px;
  width: 100%;
  border: 1px solid #381B1B;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
}
/*# sourceMappingURL=footer_page.css.map */