.slider_menu {
  background-color: #fff;
  padding: 40px 0;

  .container-slider-menu {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .text-description {
    margin-bottom: 24px;
    font-family: Roboto, sans-serif;

    p {
      font-size: 1.5rem;
      line-height: 32px;
      color: #333;
      font-weight: 300;

      strong {
        font-weight: 600;
      }
    }
  }

  .glide.glide-5-columns {
    overflow: hidden;
    position: relative;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    .glide__slides {
      display: flex;
      gap: 24px;
      overflow: hidden;
    }

    .slider_menu_items {
      display: flex;
      gap: 24px;
      padding: 0;
      list-style: none;
    }

    li.glide__slide {
      flex: 0 0 auto;
      width: 180px;
      text-align: center;

      .image {
        margin-bottom: 12px;

        img {
          max-width: 80px;
          height: auto;
          display: block;
          margin: 0 auto;
        }
      }

      .text {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 8px;
      }

      .cmp-btn {
        margin-top: 8px;

        &.cmp-btn-red a {
          background-color: #c21b17;
          color: white;
          padding: 6px 12px;
          font-size: 0.875rem;
          display: inline-block;
          border-radius: 4px;
          text-decoration: none;
        }
      }
    }
  }

  .glide__arrows {
    margin-top: 16px;

    button {
      background: transparent;
      border: none;
      font-size: 1.25rem;
      cursor: pointer;
    }
  }
}
