@charset "utf-8";

  .mobile-latest-swiper {padding: 30px 16px;}
  .mobile-latest-swiper .swiper-slide {width: auto;}  
  .mobile-latest-card {height: 358px; background: #fff; border-radius: 16px; box-shadow: 0px 8px 16px 0px #c3982e1f; padding: 36px 30px; transition: 0.5s ease; animation: none;}
  .mobile-latest-swiper .swiper-slide-active .mobile-latest-card {background: #e38b4d;}
  .mobile-latest-swiper .swiper-slide-active .card-title,.mobile-latest-swiper .swiper-slide-active .card-desc {color: #fff;}
  .card-title {font-size: 20px; font-weight: 700; color: #222; margin-bottom: 12px; text-align: start;}
  .card-desc {font-size: 15px; color: #555; line-height: 1.6; text-align: start;}
  .mobile-latest-swiper .swiper-slide:nth-child(odd) .mobile-latest-card {transform: translateY(10px);}
  .mobile-latest-swiper .swiper-slide:nth-child(even) .mobile-latest-card {transform: translateY(10px);}
  