.marketplace-item{align-items:center;background-color:#fff;border:2px solid #f1f2f2;border-radius:.25rem;box-shadow:0 1px 2px rgb(16 24 40/5%);display:flex;flex-direction:row;margin-bottom:1rem;padding:2rem;width:100%}.marketplace-item__image-wrapper{align-items:center;display:flex;justify-content:center}.marketplace-item__image{height:188px;overflow:hidden;position:relative;width:250px}.marketplace-item__image>img{height:100%;object-fit:cover;position:absolute;width:100%}.marketplace-item__content-wrapper{flex-grow:1;padding:0 2rem}.marketplace-item__subtitle{background-color:#f1f2f2;border-radius:.25rem;display:inline-block;font-weight:400;margin-bottom:1rem;padding:.25rem .5rem;text-decoration:none}.marketplace-item__title{margin-bottom:.5rem}.marketplace-item__description,.marketplace-item__description *{font-size:.875rem}.marketplace-item__details{align-items:center;display:flex;flex-direction:column}.marketplace-item__price{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.marketplace-item__buttons{align-items:center;display:flex;flex-direction:row;justify-content:center}.marketplace-item__demo-link{margin-right:1rem}@media (max-width:767px){.marketplace-item{flex-direction:column;padding:1rem}.marketplace-item__image-wrapper{width:100%}.marketplace-item__content-wrapper{padding:2rem 0 0;width:100%}.marketplace-item__details-wrapper{width:100%}}