  .card-slide{
     min-height: 680px;
    min-width: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 680px;
  }
  
  .slide-1{
     background: 
    linear-gradient(
      to right, 
      rgba(0, 0, 0, 0.3) 0%, 
      rgba(0, 0, 0, 0.8) 88%
    ),
    url("/sites/pe/files/flmngr/web-nueva/img-disuade.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .slide-2{
   background: 
    linear-gradient(
      to right, 
      rgba(0, 0, 0, 0.3) 0%, 
      rgba(0, 0, 0, 0.8) 88%
    ),
    url("/sites/pe/files/flmngr/web-nueva/img-detecta.webp");
       background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
  }
  
  .slide-3{
    background: 
    linear-gradient(
      to right, 
      rgba(0, 0, 0, 0.3) 0%, 
      rgba(0, 0, 0, 0.8) 88%
    ),
    url("/sites/pe/files/flmngr/web-nueva/img-verifica.webp");
       background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
  }
  
  .slide-4{
   background: 
    linear-gradient(
      to right, 
      rgba(0, 0, 0, 0.3) 0%, 
      rgba(0, 0, 0, 0.8) 88%
    ),
    url("/sites/pe/files/flmngr/graficas-banner/foto.zv.webp");
       background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
  }
  
  .card-paragraphs {
  position: relative;
  overflow: hidden;
  z-index: 0; 
  min-height:265px;
}

.card-paragraphs::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.15; 
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: inherit;
  z-index: 0;
}

.card-paragraphs > * {
  position: relative;
  z-index: 1; 
}

@media (min-width: 1200px) {
    .card-slide{
     min-height: 680px;
    min-width: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}