
.card {
    width: 190px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}
.machine {
    height: 200px;
    position: relative;
    margin-top:10px;
    margin-bottom: 10px;
}

.text {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #ddd;
}
h2 {
    margin: 0 0 10px 0;
    color: #333;
}
p {
    margin: 0;
    color: #666;
    font-size: 13px;
}