.testimonialSlider .glide__arrows {
position: relative;
bottom: -30px;
}

.testimonialSlider .glide__arrow--right,
.testimonialSlider .glide__arrow--left {
border: 2px solid #0282c2;
    background: #0282c2;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 9999px;
    padding: 0.75rem 1.25rem;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease;
  }

.testimonialSlider .glide__arrow--right:hover,
.testimonialSlider .glide__arrow--left:hover {
  background: #404040;
  color: #fff;
  border-color: #404040;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.testimonialSlider .glide__arrow--right:active,
.testimonialSlider .glide__arrow--left:active {
  transform: scale(0.95);
}

.testimonialSlider .glide__arrow--left {
  margin-right: 0.5rem;
}

.testimonialSlider .glide__arrow--right {
  margin-left: 0.5rem;
}


.testimonialSlider .glide__slides {
  height: 350px;
}

.testimonialSlider .testimonial--item {
  display: flex !important;
  flex-direction: row !important;
  width: 100%;
  height: 100%;
}

.testimonialSlider .testimonial--img {
  height: 100%;
  width: 25%;
  border-radius: 1rem !important;
  margin-right: 15px;
  background-size: cover !important;
}

.testimonialSlider .testimonial--img.a {
  background: url("./images/testimonial-one.jpg");
  background-position: center center;
}

.testimonialSlider .testimonial--img.b {
  background: url("./images/testimional-2.png");
  background-position: center center;
}

.testimonialSlider .testimonial--content {
  width: 75%;
  color: var(--white);
  background-color: var(--primary);
  border-radius: 1rem;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.testimonialSlider .testimonial--content p {
  font-weight: 100;
}

.testimonialSlider .testimonial--content .info {
  display: flex;
  justify-content: space-between;
}

.testimonialSlider .testimonial--content .info .name,
.testimonialSlider .testimonial--content .info .title {
  font-weight: 700;
}

.testimonialSlider .testimonial--content .heading {
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .timelineSlider {
    display: none;
  }
}
