
.next-prev .vk_post_imgOuter_singleTermLabel {
  background-color: #00A496;
  color: #fff;
}

.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;
}
.entry-meta  {
  display: none;
}

div.voice-tile-wrap {
  width: 100%;

}
.voice-tile-date{
  background: #fff;
      display: inline-block;
      padding: 0px 15px;
      border-radius: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 100%;
}
.voice-tile-conte{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width 100%;

}

.tile-photo {
  margin-top: 0;
  width: 48%;
}

.tile-photo img {
  border: 10px solid #5ab7b4;
}

.voice-tile-comment {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 48%;
}
.voice-tile-comment p {
}

.voice-tile-comment1 {

}

@media screen and (max-width: 480px) {
  .vk_posts {
    margin: 0 0 0 0;
    gap: 10px;
  }

  .entry {
    padding: 10px;
  }
  .entry-title {
    font-size: 16px;
  }

  .tile-photo img {
    border: 5px solid #5ab7b4;
  }
  .tile-photo {
    width: 100%;
    margin-bottom: 20px;
  }

  .voice-tile-comment {
    width: 100%;
  }
  .card.vk_post-col-xs-12 {
    width: calc(100% / 2 - 5px);
    margin: 0;
  }
}
