
.product-card {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 18px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.59);
    /* box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); */
}

.product-card h3 {
    color: white; 
    font-size: 24px; 
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.product-card p {
    color: white;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.section-title {
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5x;
    color: white;
}

