.hello_shop {
  padding: 1rem;
}
.hello_shop .next,
.hello_shop .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.hello_shop .next svg path,
.hello_shop .prev svg path {
  transition: all ease 300ms;
}
.hello_shop .next:hover svg path,
.hello_shop .prev:hover svg path {
  fill: var(--white-2);
}
.hello_shop .next {
  right: -1rem;
}
.hello_shop .prev {
  left: -1rem;
}

.blue-box {
  background-color: #f0f4fc;
}
.blue-box .more {
  width: 70px;
  height: 70px;
}
.blue-box .more p {
  color: #494949;
}/*# sourceMappingURL=CardProduct.module.css.map */

@media screen and (max-width: 768px) {
  .hello_shop .next,
  .hello_shop .prev {
    display: none;
  }
}/*# sourceMappingURL=sliderCourse.module.css.map */