.release {
  &Body {
    display: flex;
    justify-content: space-between;
    max-width: 1220px;
    padding: 0 16px;
    margin: 60px auto 0;
  }

  &ToolWrapper {
    background: #fff;
    overflow: auto;
  }

  &Posts {
    &Wrapper {
      display: flex;
      flex-direction: column;
      max-width: 80%;
      min-width: 80%;

      > div:not(:last-child) {
        margin-bottom: 60px;
      }
    }

    h2 {
      text-transform: none;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.5);
    }

    > h2 {
      color: #000;
      font-size: 18px;
    }
  }
}
