.d-none{
    display: none;
}
.glide__arrow:focus {
    outline: none !important;
}
.glide__arrows {
    text-align: right;
}
.glide__track {
    cursor: grab;
}
.glide__container{
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-family: 'DM Sans', sans-serif;
        }
        .glide{
            max-width: 1200px;
            background-color: #fff;
            border-radius: 2em;
            padding: 2em 4em;
        }
        .glide__arrow{
            cursor: pointer;
            border-radius: 50px !important;
            background: none !important;
            border: none !important;
            text-align: right !important;
            padding: 15px !important;
        }
       
        .glide__arrow--left{
            left: 8px;
        }
        .glide__arrow--right{
            right: 8px;
        }
        .fa-chevron{
            font-size: 1.5rem;
            border-radius: 50%;
            color: #486faa;
            width: 1em;
            height: 1em;
            text-align: center;
            display: inline-block;
            transition:0.5s;
        }

li .glide__slide{
    margin: auto 25px !important;
}
ul.glide__slides {
    justify-content: center;
    text-align: center;
}
.card__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 1em;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__txt {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}