body {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  
  .splide__slide {
    width: 90px !important;
    height: 90px !important;
    background: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    animation: none !important;
    transition: none !important;
  }


  .splide__slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
  }

  .splide__track {
    overflow: hidden;
  }

  #tech-slider{
    margin-top: 15px;
    margin-bottom: 30px;
  }