@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* --- breakpoints --- */
/* ----- */
:root {
  --c-purple-light: #cdc9ec;
  --c-yellow: #ffa700;
  --c-line: #645c9c;
  --c-blue: #18284a;
  --c-mediumgrey: #797979;
  --c-grey: #131313;
  --c-fgrey: #323232;
  --c-lightgrey: #f1f1f1;
  --c-darkred: #a70009;
  --c-red: #e30713;
  --c-black: black;
}

.enquiries .cont {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.enquiries .cont {
  max-width: 1280px;
  background-color: var(--c-fgrey);
  padding: 25px;
  box-sizing: border-box;
}
.enquiries .cont a {
  color: white;
  font-size: 34px;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: 900;
  text-decoration: none;
}
.enquiries .cont a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 812px) {
  .enquiries .cont a {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=enquiries.css.map */
