.docs .title hr{
    border: none !important;
    width: 5rem;
    height: 0.2rem;
    background-color: #ffa40d;
    opacity: 1;
    margin: 1rem auto 2rem !important;
}
.docs{
    --swiper-theme-color: #163C25;
    background: white;
}
.docs .swiper-button-next, .swiper-button-prev{
    --swiper-navigation-color: #163C25;
}
.docs .swiper-slide {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.docs .swiper-slide.animate {
  opacity: 1;
  transform: translateY(0);
}
.docs{
  overflow: hidden;
}