.brnd-next_posts {
  max-width: 800px;
  margin: auto;
}

.brnd-next_posts-title {
  margin-bottom: 30px;
  line-height: 1.3;
    font-size: 36px;
}

.brnd-next_posts-item-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}

.brnd-next_posts-item-img {
  background-position: center center;
  background-size: cover;
  width: 285px;
  height: auto;
  margin-left: 30px;
}

.brnd-next_posts-item-texts {
/*  height: 155px;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  text-align: right;
  width: calc(100% - 285px);
  line-height: 1.3;
    row-gap: 10px;
}

.brnd-next_posts-item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.brnd-next_posts-item-content {
  font-size: 18px;
  font-weight: 400;
}

.brnd-next_posts-separator {
  width: 100%;
  margin-bottom: 50px;
  border-top: solid 1px var(--brnd-light-blue);
}

@media screen and (max-width: 767px) {
  .brnd-next_posts-item-wrap {
    display: block;
    width: 95%;
    margin: 28px auto;
  }
  .brnd-next_posts-item-title {
    margin: 12px 0;
  }
  .brnd-next_posts-item-texts {
    height: 100%;
    width: 100%;
  }
  .brnd-next_posts-item-btn {
    margin: 12px 0;
  }
  .brnd-next_posts-item-img {
    width: 100%;
    height: 50vw;
    max-height: 200px;
    max-width: 400px;
    margin: auto;
    background: var(--brnd-light-gray);
      background-size: cover;
      background-position: center;
  }
    .brnd-next_posts-title{
        font-size: 24px;
        text-align: center;
    }
}
