.comparison-demo h3 {
    color: #1976d2;
    margin: 15px 0 10px 0;
}
.comparison-demo .section {
    margin: 20px 0;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}
.comparison-demo .demo-child p:nth-child(2) {
    background-color: #ffeb3b;
    padding: 10px;
    border-radius: 4px;
}
.comparison-demo .demo-type p:nth-of-type(2) {
    background-color: #4caf50;
    color: white;
    padding: 10px;
    border-radius: 4px;
}
.comparison-demo h4 {
    margin: 10px 0 5px 0;
    font-size: 16px;
}