.block-content--type-views {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .block-content--type-views {
    padding: 4rem 0;
  }
}
.block-content--type-views h2.field--name-field-title {
  text-align: center;
}

.view-team .row > div, .view-board-of-directors .row > div {
  margin-bottom: 1.5rem;
}

body.page-has-background .block-content--type-views {
  position: relative;
  padding: 0;
}
body.page-has-background .block-content--type-views:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35.938rem;
  height: 28.313rem;
  overflow: hidden;
  z-index: 1;
  background-image: url(../../../src/assets/bottom-right-ldbg.svg);
  background-repeat: no-repeat;
  background-position-y: 0;
  background-position-x: 0;
  background-size: cover;
}
body.page-has-background .block-content--type-views .views-view-grid {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
body.page-has-background .layout .block-inline-blockviews:last-child .block-content--type-views {
  padding-bottom: 70px;
}
body.page-has-background .layout .block-inline-blockviews:last-child .block-content--type-views:before {
  content: "";
  position: absolute;
  top: 16%;
  left: 0;
  width: 24.938rem;
  height: 25.313rem;
  overflow: hidden;
  z-index: 1;
  background-image: url(../../../src/assets/top-left-ldbg.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
/*# sourceMappingURL=../../sourcemaps/views/view--team.css.map */
