.prodotto-card {
    width: 450px;
    border-radius: 30px;
    overflow: hidden;
}

.prodotto-card .content {
    padding: 0 30px 30px;
}

.prodotto-card figure {
    width: 100%;
    height: 350px;
    padding: 40px 0 0;
}

.prodotto-card figure img {
    width: 100%;
}

.prodotto-card .btn.btn-style-2 {
    padding: 10px 24px;
    margin-top: 16px;
}

.prodotto-card .content .txt p {
    font-size: 16px;
}