/* Move carousel arrows down so they don't overlap the section title */
.product-three-block-scroll-section .scroll-product-section .slick-arrow,
.product-three-block-scroll-section .slider-product-section .slick-arrow {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375rem) {
  .product-three-block-scroll-section .scroll-product-section .slick-arrow,
  .product-three-block-scroll-section .slider-product-section .slick-arrow {
    margin-top: 1rem;
  }
}