h1 {
  display: none;
}

.p-General {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-General {
    margin-top: 2.5rem;
  }
}

.p-General__Body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.62rem 2.5rem;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .p-General__Body {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-General__Body {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 767.1px) {
  .c-Series__Slider__item {
    box-sizing: border-box;
    max-width: 17.5rem;
    width: auto;
    padding: 0;
  }
  .c-Series__Slider__item a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-Series__Slider__item a {
    padding: 0 0;
  }
}
