.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: 100rem;
  right: 15vw;
  z-index: -1;
}

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