.entry {
  margin-bottom: 30px;
}
.main-section--col--two {
  width: 100%;
  float: none;
}
.vk_posts a {
  width: calc(100% / 2 - 20px);
  flex-wrap: wrap;
  display: flex;
  margin: 0 15px 20px 0;
  padding: 15px;
  border-radius: 10px;
  height: 390px;
  background: #faf4ed;
}
.vk_posts {
  margin: 0;
}

.voice-tile-wrap {
  width: 100%;
}
.voice-tile-wrap:nth-child(2n + 2) {
  margin: 0;
}
.voice-tile {
  width: 100%;
}
.voice-tile-date {
  background: #fff;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
.voice-tile-title {
  background: #5ab7b4;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.voice-tile-conte {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.voice-tile-photo {
  display: flex;
  width: 43%;
  height: 250px;
}

.voice-tile-photo img {
  object-fit: cover;
  border-radius: 10px;
  border: 5px solid #5ab7b4;
}

.voice-tile-comment {
  background: #ffffff;
  padding: 5px 5px;
  border-radius: 5px;
  /* color: #000000; */
  overflow: hidden;
  width: 55%;
}
.voice-tile-comment p {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0rem;
}

@media screen and (max-width: 480px) {
  .main-section--col--two {
  }
  .vk_posts {
    display: block;
  }
  .vk_posts a {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .voice-tile-title {
    white-space: normal;

    width: 100%;
  }
  .voice-tile-comment p {
    -webkit-line-clamp: 6;
  }

  .voice-tile-photo {
    height: 180px;
  }
}
