﻿.product-bgimg {
    background: url('../sysimage/product/product_back.png') no-repeat;
    background-size: cover;
}

.stats-section {
    padding: 40px 20px;
    background: #fff;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.stat-box {
    flex: 1 1 150px;
    min-width: 200px;
    text-align: center;
    padding: 10px 15px;
}

    .stat-box h3 {
        font-size: 22px;
        color: #e03c31;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .stat-box p {
        font-size: 14px;
        color: #000;
        margin: 0;
        font-weight: 500;
    }

@media (max-width: 768px) {
    .divider {
        display: none;
    }

    .stat-box {
        border-bottom: 1px solid #eee;
    }

        .stat-box:last-child {
            border-bottom: none;
        }

    .mobileview{
        text-align:center;
    }
}

.powering-across {
    list-style: none;
    margin: 0;
    color: #000;
    padding:0px !important;
}

    .powering-across li {
        position: relative;
        padding-left: 20px;
        margin-top: 10px;
        line-height: 1.6;
    }

        .powering-across li::before {
            content: "●";
            color: black;
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 14px;
        }

.pcfitment-list strong {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 600;
}

.how-it-work-section {
    background: url('../sysimage/product/how-it-back.png') no-repeat;
    background-size: cover;
}

.stat-description {
    padding: 20px;
    font-size: 19px;
}

.section-head {
    margin-top: 0px !important;
    margin-bottom:40px;
}

.section-subtitle {
    margin: 22px;
}
