.is_mobile {
  display: none;
}
@media (max-width: 768px) {
  .use-case-top{
    background: #0A0A0A !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
  }
  .layer-grid{
    .swiper-slide{
      border-radius: 10px;

    }
    .layer-card {
      padding-bottom: 10px !important;
    }
  }
  .layer-grid .swiper-slide {
    position: relative;
  }
  .layer-grid .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    pointer-events: none;
    border-radius: 10px;
  }
  .is_desktop {
    display: none;
  }
  .is_mobile{
    display: block;
  }
  
  .quan-finance-swiper .card{
      height: 340px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      box-sizing: border-box;
      margin-bottom: 0;
      border-radius: 12px;
      overflow: hidden;
  }
}
