.wollemiah-how-we-work {
  margin-top: var(--content-blocks-gap);
  font-family: 'Optima Cyr';
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--main-text-color);
  /* background: url('../images/how-we-work-background.png'); */
  background-size: cover; background-position: center center; background-repeat: no-repeat;
  margin-top: var(--content-blocks-gap);
}

.how-we-work--container {
  width: 100%; max-width: var(--how-we-work-max-width);
  margin-left: auto; margin-right: auto; position: relative;
  overflow: hidden; min-height: 615px;
}

.how-we-work--container .wollemiah-how-we-work--background {
  display: block; position: absolute;
  left:0; top: 0; width: 100%; height:auto;
  opacity: 0.25;
  -webkit-filter: grayscale(0.15); 
  -webkit-filter: grayscale(15%); 
  -moz-filter: grayscale(15%);
  filter: gray; 
  filter: grayscale(15%);
}

.wollemiah-how-we-work .how-we-work-header,
.wollemiah-how-we-work .how-we-work-header h1,
.wollemiah-how-we-work .how-we-work-header h2,
.wollemiah-how-we-work .how-we-work-header h3,
.wollemiah-how-we-work .how-we-work-header h4 {
  font-family: 'Optima Cyr';
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--main-text-color) !important;
  width: 100%; text-align: center;
}

@media (max-width: 767px) {

  .how-we-work--scheme {
    width: 100%; height: auto;
    padding: 8px 8px;
  }

  .wollemiah-how-we-work, .how-we-work--container {
    /* margin-top: var(--content-blocks-gap-mobile); */
    margin-top: 0;
    background: rgba(255, 255, 255, 0.85);
  }

  .how-we-work--container {
    box-sizing: border-box;
    padding: 0 10px;
    padding-top: var(--content-blocks-gap-mobile);
    padding-bottom: var(--content-blocks-gap-mobile);
    margin-top: var(--content-blocks-gap-mobile);
  }

  .wollemiah-how-we-work .how-we-work-header { margin-top: var(--content-blocks-gap-mobile); margin-bottom: 24px;} 
  .wollemiah-how-we-work .how-we-work-header h1, 
  .wollemiah-how-we-work .how-we-work-header h2, 
  .wollemiah-how-we-work .how-we-work-header h3, .wollemiah-how-we-work .how-we-work-header h4 {
    font-size: 28px; font-weight: 700; 
    padding: 0px 0px;
  }

  .how-we-work--container .wollemiah-how-we-work--background {
    display: block; position: absolute;
    left:-120%; top: 50%;
    opacity: 0.25;
    -webkit-filter: grayscale(0.15); 
    -webkit-filter: grayscale(15%); 
    -moz-filter: grayscale(15%);
    filter: gray; 
    filter: grayscale(15%);
    transform: scale(6);
  }

  .work-scheme-vertical {
    width: 100%; height: auto;
    display: flex; flex-flow: row wrap;
    justify-items: stretch; justify-items: center;
  }

}