.card.pms-contact-enquiry {
  position: absolute;
  z-index: 99;
  top: 300px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  border-top: none;
  background: linear-gradient(to right, #79130c, #cc190b);
  padding-top: 300px !important;
}