.section-community-header {
  position: relative;
}

.section-community-header::before,
.section-community-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  bottom: -30px;
  background-color: transparent;
  background-image: url(../../assets/img/community-arrow.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 86px;
  z-index: -1;
}

.section-community-header::after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.section-item.page-section-item.section-community-item {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(141, 151, 173, 0.13);
  -moz-box-shadow: 0px 3px 30px 0px rgba(141, 151, 173, 0.13);
  box-shadow: 0px 3px 30px 0px rgba(141, 151, 173, 0.13);
}

.section.page-section.section-community figure.item-thumbnail {
  background-color: #ffffff;
}

@media (max-width: 1026px) {
  .section-community-header::before,
  .section-community-header::after {
    bottom: -50px;
    background-size: auto 43px;
  }
}
