.card {
    background: white;
    padding: 20px;
    /* border-radius: 10px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 350px;
    text-align: center;
}

.card-image {
    width: 100%;
    border-radius: 10px;
}

h1 {
    font-size: 24px;
    color: #333;
    margin: 10px 0;
}

.subtitle {
    color: #555;
    font-size: 16px;
    margin-bottom: 15px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #7d7d7d;
    margin-bottom: 15px;
}

.price span {
    color: #7d7d7d;
}

.specs {
    text-align: left;
    margin-top: 15px;
}

.specs h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.specs ul {
    list-style: none;
    padding: 0;
}

.specs li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #555;
}

.specs strong {
    color: #333;
}
