/* Add custom CSS styles below */ 
.two-row .banner-entry:first-child {
    grid-column: unset;
    grid-row: unset !important;
  }
  h1, h2, h3, h4, h5, h6 {
  color: #800020 !important;
}
body {
  font-size: 18px !important;
}
body, h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: 'Cairo', sans-serif !important;
}