      .falling-leaf {
          width: 60px;
          height: 60px;
          background-image: url('https://images.vexels.com/media/users/3/127358/isolated/preview/736663fe6f9e03fcb39ace9020c42b4c-icono-de-calculadora-estacionaria.png');
          background-size: cover;
          position: absolute;
          top: -100px;
          left: 10%;
          transform: translateX(-10%);
          animation: falling 60s linear infinite;
          z-index: 10;
        }
        
        @keyframes falling {
          0% {
            transform: translateX(-10%) translateY(-0px) rotate(0deg);
          }
          100% {
            transform: translateX(-20%) translateY(8000px) rotate(900deg);
          }
        }
        .falling-leaf-1{
          width: 80px;
          height: 80px;
          background-image: url('https://images.vexels.com/media/users/3/127358/isolated/preview/736663fe6f9e03fcb39ace9020c42b4c-icono-de-calculadora-estacionaria.png');
          background-size: cover;
          position: absolute;
          top: 0px;
          left: 13%;
          transform: translateX(-20%);
          animation: falling 80s linear infinite;
          z-index: 10;
        }
        
        @keyframes falling-leaf-1 {
          0% {
            transform: translateX(-10%) translateY(-0px) rotate(100deg);
          }
          100% {
            transform: translateX(-20%) translateY(8000px) rotate(450deg);
          }
        }
        .falling-leaf-2{
          width: 33px;
          height: 22px;
          background-image: url('/user_customs/static/6155/company/10852/media/6155/comments/2023/06/24062023_150033357895_kisspng_paper_clip_acco_brands_material_clip_art_pict.png');
          background-size: cover;
          position: absolute;
          top: 0px;
          left: 11%;
          transform: translateX(-20%);
          animation: falling 70s linear infinite;
          z-index: 0;
        }
        
        @keyframes falling {
          0% {
            transform: translateX(-10%) translateY(-0px) rotate(100deg);
          }
          100% {
            transform: translateX(-20%) translateY(8000px) rotate(450deg);
          }
        }
        .reviews{
            display: none!important;
        }
        iframe {
            border: 0;
            border-radius: 15px;
        }
    
