.m_image {

  @extend %section-type;

  &__block {
    @include set-wCol(8);
    margin: 0 auto;
  }

  &__image {
    @extend %m_border;

    background   : $white;
    margin-bottom: 50px;
  }

}
