.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3px 19px;
}
.breadcrumbs__item {
  color: #848484;
  margin: 0 3px;
}
.breadcrumbs__item--sep svg {
  color: inherit;
  fill: currentColor;
}
.breadcrumbs__link {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}

.page-header {
  padding: 8rem 0 2.5rem;
}
.page-header__box {
  position: relative;
}

.ovals .oval {
  position: absolute;
  z-index: 0;
}
@media (max-width: 600px) {
  .ovals .oval {
    display: none;
  }
}
.ovals .oval:nth-child(1) {
  top: 55rem;
  left: 3vw;
  margin-left: -2.75rem;
}
.ovals .oval:nth-child(2) {
  top: 65rem;
  right: 13vw;
  z-index: -1;
}

.deputy-list__heading {
  margin: 0 0 4.2rem;
}

.entry-content .deputy-item p {
  margin: 0;
}
.entry-content .deputy-item__image {
  display: block;
  width: 16rem;
  height: 16rem;
  border-radius: 0.8rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.entry-content .deputy-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-content .deputy-item__heading {
  color: #3c3c3c;
  margin: 2.6rem 0 0;
  font-weight: 700;
}
.entry-content .deputy-item__heading a {
  color: inherit;
}
.entry-content .deputy-item__position {
  font-size: 1.4rem;
  font-weight: 700;
  color: #848484;
}
.entry-content .deputy-item__desc {
  color: #848484;
}

/*# sourceMappingURL=template-deputy.css.map*/