.blog56--list {
  display: grid;
  row-gap: 22px;
  column-gap: 24px;
}

.row56__col--medium .blog56--list {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.post56--list {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.post56--list .thumbnail56 {
  width: 40%;
  padding-right: 18px;
  flex: none;
  border-radius: 4px;
}

.post56--list .thumbnail56 + .post56__text {
  width: 60%;
}

.post56--list .title56 {
  font-size: 22px;
}

.post56--list--thumb-right .thumbnail56 {
  order: 3;
  padding-right: 0;
  padding-left: 18px;
}

@media only screen and (max-width: 840px) {
  .post56--list .thumbnail56 {
    padding-right: 12px;
  }

  .post56--list--thumb-right .thumbnail56 {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .post56--list .thumbnail56 {
    width: 40%;
    padding-right: 8px;
  }

  .post56--list .thumbnail56 + .post56__text {
    width: 60%;
  }

  .post56--list .title56 {
    font-size: 18px;
  }
}
