

.slick-next {
    right: 15px !important;
  }

  .slick-prev {
    left: 15px !important;
    z-index: 29;
  }

  .content p {
    margin-bottom: 15px;
  }

  .hide-native-scrollbar {
    scrollbar-width: none; /* Firefox 64 */
    -ms-overflow-style: none; /* Internet Explorer 11 */
  }
  .hide-native-scrollbar::-webkit-scrollbar { /** WebKit */
    display: none;
  }
