@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&amp;display=swap');

h1.page-title:before,
h1.page-title:after,
h1:before,
h1:after {
  content: none !important;
  display: none !important;
}

.page-title.entry-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 500 !important;
  font-size: 34px !important;
  letter-spacing: 3px !important;
  color: #204D15 !important;
  text-align: center !important;
  display: block !important;
  padding: 0 !important;
}

.page-header {
  text-align: center !important;
}

.page-header:after {
  content: "" !important;
  display: block !important;
  width: 60px;
  height: 1px;
  background: #c9a86a;
  margin: 14px auto 0;
}