.relievia-grid-31c8d6b3 {
    display: grid;
    gap: 30px;
    width: 100%;
}

.relievia-card-31c8d6b3 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.relievia-card-31c8d6b3:hover {
    transform: translateY(-10px) scale(1.03);
    border-color: #D4AF37;
}

.relievia-lottie-container-31c8d6b3 {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relievia-lottie-container-31c8d6b3 svg {
    width: 100% !important;
    height: 100% !important;
}

.relievia-title-31c8d6b3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #333333;
}

.relievia-desc-31c8d6b3 {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

.relievia-btn-31c8d6b3 {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: #f5f5f5;
    color: #333;
    margin-top: auto;
}

.relievia-btn-31c8d6b3:hover {
    background: #e0e0e0;
}
