@media (max-width: 980px) {
  #testimonials-slider {
    display: block;
  }

  .mobile-help {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .testimonials-fold {
    padding: 25px 0;
  }

  .testimonials-container {
    flex-direction: column;
    gap: 20px;
  }

  .testimonials-list {
    display: none;
  }

  .testimonials-list ul {
    height: 200px;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding-right: 0;
    padding: 0;
  }

  .testimonials-list li {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .testimonials-list ul {
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    z-index: 999;
  }

  .testimonials-content {
    text-align: center;
    width: 100%;
  }

  #testimonials-slider img {
    width: 100px;
    height: 100px;
  }

  #testimonials-slider .subtitle {
    margin: 0;
  }

  #testimonials-slider .splide__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #testimonials-slider .splide__arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 999;
  }

  #testimonials-slider .splide__arrow {
    background: none;
    border: none;
    color: var(--light-red);
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 34px;
  }

  #testimonials-slider .splide__arrow:hover {
    color: var(--dark-red);
  }
}
