/* BODY */
.policy-teamhome-body {
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
    line-height: 1.6;
}

/* HEADER */
.policy-teamhome-header {
    background: #000000;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

.policy-teamhome-header h1 {
    font-size: 28px;
}

/* CONTAINER */
.policy-teamhome-container {
    max-width: 1100px;
    margin: auto;
    padding: 30px 20px;
}

/* SECTIONS */
.policy-teamhome-section {
    margin-bottom: 30px;
}

.policy-teamhome-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.policy-teamhome-section p {
    margin-bottom: 10px;
    font-size: 13px;
}

.policy-teamhome-section ul {
    padding-left: 20px;
}

.policy-teamhome-section ul li {
    margin-bottom: 8px;
    font-size: 13px;
}

/* FOOTER */
.policy-teamhome-footer {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .policy-teamhome-header h1 {
        font-size: 22px;
    }

    .policy-teamhome-section h2 {
        font-size: 18px;
    }

    .policy-teamhome-container {
        padding: 20px 15px;
    }
}