.desktop-TP-img {
            object-fit: contain;
            border: 1px solid #e9ecef;
            border-radius: 0.5rem;
            overflow: hidden;
            transition: box-shadow 0.3s;
            height: 400px;
            max-width: 100%;
            
        }
.desktop-TP-img:hover {
            box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
        }        
.key-features li {
            margin-bottom: 0.5rem;
        }
        