.wc-case {
  margin-bottom: 88px;
}

.wc-case-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 370px;
  width: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 64px 32px;
}

.wc-case-header .wc-home-limit__screen{
  margin-top: 0;
  margin-bottom: 0;

}

.wc-case-header span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}

.wc-case-header h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;

}

.wc-case-body {
  margin-top: 64px;
}

.wc-case-body .wc-home-cases__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page-numbers {
  display: none;
}


.next.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  padding: 10px 22px;
  border-radius: 99px;
  width: 188px;
  background-color: #F30941;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: 200ms ease-out;
  margin: 16px auto;
}


.next.page-numbers:hover {
  background-color: #000;
}


.next.page-numbers::after {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.8335 5.83334H14.1668V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.8335 14.1667L14.1668 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}

@media(max-width: 1000px) {
  .wc-case-body {
    margin-top: 48px;
  }

  .wc-case-header {
    padding: 64px 16px;
    min-height: 390px;
  }

  .wc-case-header span {
    font-size: 16px;
  }

  .wc-case-header h1 {
    font-size: 31px;
  }

  .wc-case-body .wc-home-cases__list {
    justify-content: center;
  }
}