/**
 * Refreshed Product - Method Section
 * Section-specific styles (uses section-header component)
 */

.rp-method {
    padding: 100px 0;
    width: 100%;
    background: #fafafa;
}

@media (max-width: 768px) {
    .rp-method {
        padding: 60px 0;
    }
}
