/* Block Styles: Why PILMMA Works */
.stats-section.why-pilmma-works-section {
    position: relative;
    overflow: hidden;
}

.stats-section.why-pilmma-works-section .why-pilmma-card {
    padding: 15px 0;
    transition: transform 0.3s ease;
}

.stats-section.why-pilmma-works-section .why-pilmma-card:hover {
    transform: translateY(-2px);
}

.stats-section.why-pilmma-works-section .why-pilmma-card h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: normal;
    text-transform: none;
    color: #ffffff;
}

.stats-section.why-pilmma-works-section .why-pilmma-card h3 span {
    font-size: 22px;
    text-transform: none;
}

.stats-section.why-pilmma-works-section .why-pilmma-card h3 span.suffix-style {
    font-size: 22px;
}

.stats-section.why-pilmma-works-section .why-pilmma-card p.description-style {
    font-size: 16px !important;
    line-height: 1.6em;
    font-weight: 400;
    color: #F8F9FA !important;
    opacity: 0.95;
    text-transform: none;
    margin: 0;
}
