/* .slider-c-1 .my_card{
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - -40px) !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 29px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
} */

/* .owl-stage .owl-item {
  width: 420.384px !important;
} */
.owl-dots{
  display: none;
}
.owl-nav{
  padding-bottom: 1% !important;
}
.my_card {
  border: 1px solid rgb(0 0 0 / 0.125);
  padding: 6%;
  scroll-snap-align: start;
  height: 465px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}

.my_card h3 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 5px 0 5px;
}

.my_card span {
  color: #6a6d78;
  font-size: 16px;
}

.my_card img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
}
.slider-c-1 .owl-nav {
  /* padding-bottom: 3%; */
}

.slider-c-1 .owl-nav .owl-next {
  top: 513px;
  position: absolute;
  right: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.slider-c-1 .owl-nav .owl-prev {
  top: 513px;
  position: absolute;
  right: 110px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
