.slide-fix {
    margin-left: 0 auto;
    text-align: center;
    }
    .glide-section {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    }
    
    .grid-title .highlight {
    font-weight: 700;
    }

    @media (min-width: 972px) {
        .glide__arrow--left {
          left: 2em;
        }
        .glide__arrow--right {
          right: 2em;
        }
      }

.glide__bullets{
  bottom: unset !important;
  margin-top: 20px;
}

.glide__bullet{
  background-color: rgb(201 201 201 / 50%) !important;
  box-shadow: unset !important;
}

.glide__bullet--active{
  background-color: #020202 !important;
}
   
@media (min-width: 900px) {

  .glide__arrow--right {
    box-shadow: 9em 0 7em 7em rgb(250 250 250) !important;
  }

  .glide__arrow--left {
    box-shadow: -9em 0 7em 7em rgb(250 250 250) !important;
  }

}