.card-header {
  color: #ffffff;
  background-color: #C43B25;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  text-align: var(--body-text-align);
  background: #FBF2CB;
}

.mod-list {
  list-style: inside;
  color: #C43B25;
}

.mod-list li a {
  text-decoration: none;
  color: #C43B25;
  font-weight: bold;
}

.container-header {
  background: url(/images/img1.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  color: #ffffff;
  box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  position: relative;
  z-index: 10;
}

.container-component {
  grid-area: comp;
    grid-column-end: comp;
  background: #ffffff;
}

.container-header .site-description {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  white-space: normal;
}

img, svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
