.m_ {
  &headline {
    // max-width: 650px;
    margin-bottom: 50px;
    // h2, .h2{
    //   line-height: 1.5
    // }

    .m_content {
      margin   : 50px 0 0;
      max-width: 550px;
      width    : 84.61538%;
    }
  }

  &btns {
    display  : flex;
    flex-wrap: wrap;

    & a:nth-child(1n + 2) {
      margin-left: 50px;
    }
  }

  &editor {
    margin: 50px 0;
  }

  &btnLink {
    justify-self: center;
  }

  // &border{
  //   border: 3px solid $black;
  //   height: 400px;
  // }

  // picture{
  //   display: block;
  //   min-height: 200px;
  // }
}
