.content .btn-inquire {
  background: #ff9015 !important;
  color: #fff !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 55px;
  line-height: 1;
  padding: 0 40px !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: none !important;
  text-transform: none !important;
}

.content .btn-inquire:hover {
  background: #e07f00 !important;
  color: #fff !important;
}

