/* policy-template.php */

h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 20px;
    padding: 15px;
}
.term-item {
    margin-bottom: 5px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}
.term-title {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #34495e;
}
.term-title i {
    font-size: 1.5rem;
    margin: 10px;
}


p {
margin: 10px;
font-size: 1.1rem;
}

