.wc-home-lasted-posts__list {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.wc-home-lasted-posts__item {
  width: 48%;
  margin-bottom: 0 !important;
}

.wc-home-lasted-posts__image {
  width: 100%;
  display: block;
}

.wc-home-lasted-posts__info-container {
  margin-top: 18px;
}

.wc-home-lasted-posts__meta {
  margin-bottom: 10px;
  color: #716D6E;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 100%;
}

.wc-home-lasted-posts__title {
  color: #433D3F;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 100%;
}

.wc-home-lasted-posts__excerpt {
  color: #615C5D;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
        display: -webkit-box;
    overflow: hidden;
}

@media(max-width: 1000px) {
  .wc-home-lasted-posts__list {
    gap: 10px;
  }

  .wc-home-lasted-posts__item:first-child {
    width: 100%;
    margin-bottom: 32px !important;
  }

  .wc-home-lasted-posts__meta {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .wc-home-lasted-posts__title {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .wc-home-lasted-posts__excerpt {
    font-size: 10px;
  }
}