.wc-home-cases {
  margin-top: 88px;
  margin-bottom: 88px;
}

.wc-home-cases-header__section-title {
  color: #7B7B7B;
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.wc-home-cases-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wc-home-cases-header h2 {
  max-width: 700px;
  width: 100%;
}

.wc-home-cases__button {
  max-width: 217px;
  width: 100%;
}

.wc-home-cases__container {
  margin-top: 65px;
}


@media(max-width: 1000px) {
  .wc-home-cases {
    margin-top: 56px;
  }

  .wc-home-cases-header__section-title {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
  }

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

  .wc-home-cases-header h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }

}
