.m_archive {
  @extend %section-type;

  &__header {
    margin-bottom: 50px;
  }

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

    height  : 400px;
    border  : solid 3px $black;

    overflow: hidden;

    img {
      object-fit: cover;
    }
  }

  &__bundle {
    display: block;
    margin : 30px 0 50px;

    * {
      @include rem-size(14);
    }
  }

  .m_panel {
    padding: 0;
    border : none;
  }
}
