.m_content {
  // & li {
  //   color: rgba($black, .7);
  // }
  a {
    text-decoration: underline;
  }

  & > * {
    margin-bottom: 20px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  &_social {
    display       : flex;
    flex-direction: column;
    margin        : 100px 0 !important;

    & .h3 {
      text-align: center;
    }

    & a {
      margin-right: 20px;

      &:last-child {
        margin-right: 0;
      }
    }
    // & .h3 {
    //   margin:0 auto 20px;
    // }
    // &__link {
    //   margin: 0 auto;
    //   & a:hover {
    //     & svg path {
    //       fill: $custom;
    //     }
    //   }
    // }
  }

  & img {
    width : 100%;
    height: 100%;
  }

}
