@media (max-width: 768px) {
  .slideshow-slider-container .slide-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  section.chokolate-section-2 {
    display: none !important;
  }
}
