.nopc-ipm-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Image */
.nopc-ipm-image {
    text-align: center;
}

.nopc-ipm-image img {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: inline-block;
}

/* Content */
.nopc-ipm-content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    margin-bottom: 6px;
}

.nopc-ipm-content h3 {
    font-size: 34px;
    font-weight: 800;
    color: #0b7d3e;
    margin-bottom: 20px;
}

.nopc-ipm-content h3 span {
    color: #222;
}

.nopc-ipm-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

/* Button (NO theme-btn use) */
.nopc-ipm-btn {
    display: inline-block;
    padding: 14px 42px;
    border-radius: 50px;
    background: #26c281;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(38,194,129,0.35);
    transition: 0.4s ease;
}

.nopc-ipm-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 45px rgba(38,194,129,0.45);
    color: #fff;
}

/* Mobile */
@media (max-width: 991px) {
    .nopc-ipm-content {
        margin-top: 40px;
        text-align: center;
    }

    .nopc-ipm-image img {
        max-width: 300px;
    }
}

