.wc-home-blog {
  margin: 88px 0;
}

.wc-home-blog__title-section {
  font-size: 16px;
  font-weight: 500;
  color: #7B7B7B;
}

.wc-home-blog--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.wc-home-blog__button {
  max-width: 208px;
  width: 100%;
}

.wc-blog-card__excerpt {
  display: none;
}

@media(max-width: 1000px) {
  .wc-home-blog {
    margin-top: 48px;
    margin-bottom: 0;
    padding-bottom: 128px;
    position: relative;
  }

  .wc-home-blog--flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .wc-home-blog__button {
    position: absolute;
    bottom: 73px;
    left: 0;
  }
}

