

.contentBox h1 {
    font-size: 26px;
    color: #303030;
    margin-top: 56px;
    position: relative;
    font-weight: 300;
}

.contentBox h2 {
    font-size: 22px;
}

.policy-box {
    width: 100%;
    border: 0.2px solid #ffd5d5;
    background: #f3fcff;
    margin-bottom: 25px;
    padding: 5px;
}

.policy-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0f6f6f;
    padding: 6px 10px;
    border-bottom: 0.2px solid #eda9a9;
}

.policy-list {
    list-style-type: disc;
    margin: 0;
    padding: 10px 25px;
    color: #111;
    font-size: 16px;
    line-height: 1.5;
}

    .policy-list li {
        margin-bottom: 4px;
    }

        .policy-list li:last-child {
            margin-bottom: 0;
        }

.custom-table thead {
    background-color: #0D8EBC;
    color: #fff;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #F2FCFF;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.custom-table th,
.custom-table td {
    vertical-align: top;
    padding: 15px;
    border: 1px solid #cfd8dc;
}

.custom-table th {
    font-weight: 600;
    text-align: center;
}

.custom-table td:first-child {
    font-weight: 600;
    width: 18%;
}
