.Blog__Content .Stream {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3rem;
  }
  .Blog__Content .Stream > section {
  	flex: 0 0 calc(31% - 3rem);
  	max-width: calc(31% - 3rem);
  	display: flex;
  	margin: 0 3rem 3rem;
  }
  .Stream__Post + .Stream__Post {
    border-top: 0 none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .stream-post-wrp:hover {
    box-shadow: 0 .2rem #003f78;
  }
  .stream-post-wrp .Stream__Content {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    justify-content: center;
  }
  .stream-post-wrp {
    text-decoration: none;
    color: #404040;
    border: 1px solid #ebebeb;
    border-radius: .3rem;
    display: block;
    box-shadow: 0 .2rem #d1d1d1;
    background: rgba(245,245,245,.85);
    width: 100%;
    transition: .3s all;
    overflow: hidden;
  }
  .stream-post-wrp img {
    margin-bottom: 0;
    display: block;
    max-width: 100%;
    border-radius: .3rem;
  }
  .stream-post-wrp .post-name {
    font-size: 1.5rem;
    display: flex;
    min-height: 50px;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-weight: 500;
  }
  .Product__Button.Load_nextpage {
  	max-width: 160px;
  	margin: 0 auto 2rem;
  }
  .Stream__Header--Post {
    padding-left: 0 !important;
  }
  .Stream__Box--Title time {
    color: #bfbfbf;
  }
  .Stream__Box--Title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
  }
  .Breadcrumbs,
  .Stream__Box--Title + .breadcrumbs {
      margin-bottom: 0 !important;
}
.breadcrumbs {
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    .Blog__Content .Stream {
        margin: 0;
    }
    .Blog__Content .Stream > section {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 2rem;
    }
}