.brnd-latest_posts {
  width: 100%;
/*  margin-bottom: 50px;*/
}
.brnd-latest_posts-container {
  padding: 20px;
  position: relative;
  margin: auto;
  background: white;
}

.brnd-latest_posts-item-img {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.brnd-latest_posts-title {
  background-size: auto;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 700;
  padding-left: 60px;
  padding-top: 45px;
/*  padding-bottom: 50px;*/
}

.brnd-latest_posts-item-btn {
  font-size: 16px;
  margin: 8px 0;
}

.brnd-latest_posts-item-wrap {
  position: relative;
}

.brnd-latest_posts-smalls-posts-wrap .brnd-latest_posts-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brnd-latest_posts-item-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.brnd-latest_posts-item-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.brnd-latest_posts-item-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
    width: 100%;
}

@media screen and (min-width: 1270px) {
  .brnd-latest_posts-desktop-title {
    display: block;
  }
  .brnd-latest_posts-mobile-title {
    display: none;
  }
  .brnd-latest_posts-container {
    width: 1270px;
  }
  .brnd-latest_posts-item-wrap {
    width: 285px;
/*    height: 315px;*/
  }
  .brnd-latest_posts-item-img {
    height: 170px;
  }
  .brnd-latest_posts-item-texts {
    margin-right: 0;
  }
  .brnd-latest_posts-item-title {
    margin-top: 0.5em;
      margin-bottom: 0;
  }
  .brnd-latest_posts-small-item-title {
/*    height: 45px;*/
  }

  .brnd-latest_posts-item-wrap.big {
    width: 100%;
    height: 445px;
    display: flex;
  }
  .brnd-latest_posts-item-wrap.big .brnd-latest_posts-item-img {
    width: 50%;
    height: 445px;
  }
  .brnd-latest_posts-item-wrap.big .brnd-latest_posts-item-texts {
    justify-content: center;
    margin-right: 30px;
      width: 50%;
  }
  .brnd-latest_posts-item-wrap.big .brnd-latest_posts-item-title {
    font-size: 36px;
  }

  .brnd-latest_posts-smalls-posts-wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px ;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1269px) {
  .brnd-latest_posts-desktop-title {
    display: block;
  }
  .brnd-latest_posts-mobile-title {
    display: none;
  }
  .brnd-latest_posts-container {
    width: 768px;
  }
  .brnd-latest_posts-item-wrap {
    margin-bottom: 20px;
    width: 340px;
    height: 315px;
  }
  .brnd-latest_posts-item-img {
    height: 160px;
  }
  .brnd-latest_posts-item-title {
    margin-top: 0.5em;
  }

  .brnd-latest_posts-item-wrap.big {
    width: 100%;
    height: 445px;
    display: flex;
  }
  .brnd-latest_posts-item-wrap.big .brnd-latest_posts-item-img {
    width: 400px;
    height: 445px;
  }
  .brnd-latest_posts-item-wrap.big .brnd-latest_posts-item-texts {
    justify-content: center;
  }
  .brnd-latest_posts-item-wrap.big .brnd-latest_posts-item-title {
    font-size: 36px;
  }

  .brnd-latest_posts-smalls-posts-wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px var(--brnd-light-gray);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .brnd-latest_posts-desktop-title {
    display: none;
  }
  .brnd-latest_posts-mobile-title {
    display: inline-block;
  }
  .brnd-latest_posts-container {
    width: 100%;
  }
  .brnd-latest_posts-item-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column !important;
    margin: 20px auto;
    position: relative;
  }
  .brnd-latest_posts-item-wrap::after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    bottom: -10px;
    border-bottom: solid 1px var(--brnd-light-blue)
  }
  .brnd-latest_posts-item-wrap:last-of-type::after {
    display: none;
  }
  .brnd-latest_posts-item-img {
    height: 200px;
    width: 100%
  }
  .brnd-latest_posts-item-texts {
    justify-content: center;
    margin-top: 20px;
    flex-grow: 1;
/*    max-width: calc(100% - 30px);*/
    max-width: 100%;
  }
    .brnd-latest_posts-title {
    padding-bottom: 0;
    }
}
