.policy-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.policy-section  .table-container {
    background: #ffffff;
    border: 1px solid #e0e6ed;
}

.policy-section  .policy-table {
    border-collapse: collapse;
}

.policy-section  .policy-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.policy-section  .policy-table tr:nth-child(even) {
    background-color: #eaf4fc;
}

.policy-section  .policy-table tr:hover {
    background-color: 
    #eff1eb;
    transition: 0.3s ease;
}

.policy-section  .policy-table td {
    padding: 18px 24px;
    font-size: 15px;
    color: #002f5f;
    font-weight: 400;
    font-family: "Area-Normal-Regular, sans-serif";
    border-bottom: 1px solid #dce8f0;
}

.policy-section .policy-table .download-cell {
    text-align: right;
}

.policy-section .policy-table .download-cell .download-icon img {
    width: 28px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.policy-section .policy-table .download-cell .download-icon:hover img {
    transform: scale(1.15);
    filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(1819%) hue-rotate(179deg) brightness(91%) contrast(89%);
}
