.main-section--col--two {
  width: 100%;
  float: none;
}

.entry {
  margin-bottom: 30px;
  background: #faf4ed;
  border-radius: 10px;
  padding: 30px;
}
.entry-title {
  background: #5ab7b4;
  padding: 10px 10px 10px 20px;
  border-radius: 10px;
  color: #fff;
}
div.jirei-tile-wrap {
}
div.jirei-tile-wrap ul.jirei-tile-photo {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 100px;
  margin: 0 0 10px 0;
  position: relative;
}
.tile-photo-before {
  margin-top: 0;
}
.tile-photo-before.arrow {
}
.arrow {
  position: relative;
}
.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 40px solid #5ab7b4;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  transform: rotate(-90deg);
}
.tile-photo-before p {
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  text-align: center;
  margin-bottom: 10px;
}

.tile-photo-before.arrow img {
}
.tile-photo-after {
  margin-top: 0;
  position: relative;
}
.tile-photo-after p {
  background: #5ab7b4;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.tile-photo-after img {
  border: 10px solid #5ab7b4;
}

.tile-photo-before img {
  border: 10px solid #ccc;
}
.tile-photo-after img,
.tile-photo-before img {
  border-radius: 10px;
}
.jirei-tile-comment {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.jirei-tile-comment p {
}
@media screen and (max-width: 480px) {
  .vk_posts {
    margin: 0 0 0 0;
    gap: 10px;
  }

  .entry {
    padding: 10px;
  }
  .entry-title {
    font-size: 16px;
  }
  div.jirei-tile-wrap {
  }
  div.jirei-tile-wrap ul.jirei-tile-photo {
    gap: 25px;
  }
  .tile-photo-before {
  }
  .tile-photo-before.arrow {
  }
  .arrow {
  }
  .arrow::after {
    top: 54%;
    left: 97%;
    border-top: 15px solid #5ab7b4;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .tile-photo-before p {
  }

  .tile-photo-before.arrow img {
  }
  .tile-photo-after {
  }
  .tile-photo-after p {
  }
  .tile-photo-after img {
    border: 5px solid #5ab7b4;
  }
  .tile-photo-before img {
    border: 5px solid #ccc;
  }
  .tile-photo-after img,
  .tile-photo-before img {
  }
  .jirei-tile-comment {
  }
  .jirei-tile-comment p {
  }
  .card.vk_post-col-xs-12 {
    width: calc(100% / 2 - 5px);
    margin: 0;
  }
}
