.policy-section {
    position: relative;
    transform: translateY(100px);
    margin-bottom: 10rem;
}

.policy-section .policy-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); */
    padding: 40px 0;
    margin: 40px auto;
}

.policy-section .header {
    text-align: start;
    margin-bottom: 8px;
}

.policy-section .header .logo {
    font-size: 38px;
    font-weight: 600;
    color: #04356C;
    margin: 0rem 0 .7rem 0;
    line-height: 1.2;
}

.policy-section .intro-text {
    text-align: start;
    font-size: 16px;
    color: #687799;
    margin-bottom: 40px;
    padding: 2px 0;
}

.policy-section .section {
    margin-bottom: 10px;
    padding: 10px 0;
}

.policy-section .policy-section-title {
    font-size: 24px;
    font-weight: 600;
    color: #04356C;
    margin-bottom: 15px;
}

.policy-section .section-content {
    color: #687799;
    font-size: 1em;
    line-height: 1.7;
}

.policy-section .section-content ul,
ol {
    list-style-type: disc;
}

.policy-section .highlight-list {
    margin: 15px 0;
}

.policy-section .important {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 2px;
    margin: 20px 0;
    border-left: 5px solid #da5230;
    font-weight: 500;
}

.policy-section .contact-section {
    padding: 20px 0;
    border-radius: 15px;
    text-align: start;
    margin-top: 30px;
}

.policy-section .contact-title {
    font-size: 24px;
    font-weight: 600;
    color: #04356C;
    margin-bottom: 15px;
}

.policy-section .contact-info {
    display: inline-block;
    text-align: start;
    font-size: 16px;
    color: #687799;
    margin-top: 20px;
}

.policy-section .contact-heading {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1rem;
    color: #04356C;
}

.policy-section .contact-subtext {
    font-size: 16px;
    color: #687799;
}

.policy-section .contact-item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #687799;
}

.policy-section .last-updated {
    text-align: center;
    color: #687799;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}

@media (max-width: 820px) {
    .policy-section .policy-card {
        padding: 10px 0;
        margin: 4px auto;
    }
}

@media (max-width: 768px) {
    .policy-section .policy-card {
        padding: 10px 0;
        margin: 4px auto;
    }

    .policy-section .logo {
        font-size: 2em;
    }

    .policy-section .section-title {
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .policy-section .header .logo {
        font-size: 30px;
        font-weight: 600;
        margin: 2rem 0 .7rem 0;
        line-height: 1.2;
    }

    .policy-section .policy-section-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 428px) {
    .policy-section .header .logo {
        font-size: 32px;
    }
}