@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap);

body {
  font-family: "Montserrat", poppins, sans-serif;
}

.topazeCustomPage {
  background: #eaeaea;
}

ul.features li {
  display: flex;
  justify-content: center;
  background: white;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  margin: 8px;
  align-items: center;
  gap: 10px;
}

ul.features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.topazeCustomPage h1 {
  color: #a16a1d;
}

.topazeCustomPage p {
  margin: 15px 0;
}

.cAreaCon[href^="tel"] {
  display: none !important;
}
.phones {
  display: none;
}
.main {
  padding-bottom: 0px !important;
}
