footer {
  background: #1D2D3A;
  padding-block: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}
footer hr {
  width: 100%;
  border: none;
  border-top: 1px solid #515861;
  margin: 0;
}
.footer-content {
  p {
    margin: 0;
  }
}

.region-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  width: 100%;
}

#block-dawnzera-footercopyright p{
  color:#FFF;
  text-align: center;
  /* font-family:  "Proxima Nova"; */
  /* font-family: "Proxima Nova", proxima-nova, sans-serif; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; 
}

footer .menu-item {
  /* font-family: "Proxima Nova", proxima-nova, sans-serif; */
}