.kyl_scroll_next_section .content_wrapper .scroll_next_section {
  background: transparent url('../assets/img/arrow_down_dark.svg') no-repeat center;
  background-size: contain;
  margin: 0 auto;
  display: block;
  border: none;
  width: 14px;
  height: 8px;
}
@media screen and (min-width: 1024px) {
  .kyl_scroll_next_section .content_wrapper .scroll_next_section {
    height: 6px;
    width: 10px;
  }
}
