.elementor-9585 .elementor-element.elementor-element-455e766{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bd7c0b2 */.picture {
          width: 100%;
          height: auto;
          position: relative;
        }
        .download-icon {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #ffffff;
          background-color: rgba(0, 0, 0, 0.5);
          opacity: 0;
          transition: opacity 0.3s;
          z-index: 10;
          font-size: 2em;
        }
        .card:hover .download-icon {
          opacity: 1;
        }
        .card-title{
            text-align: center;
        }
        .card-body h5{
          font-size: 22px !important;
        }/* End custom CSS */