.div-page-introduction-header{
    margin-bottom: 3rem;
    padding-top: 3rem;
    text-align: center;
}
.div-page-introduction-header-h2{
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: #0A2463;
    line-height: 1.3;
}
.div-page-introduction-divider{
    width: 5rem;
    height: 0.1875rem;
    background-color: #F2994A;
    margin: 0 auto 2.5rem;
    border-radius: 0.125rem;
}
.div-page-introduction-header-p{
    max-width: 43.75rem;
    margin: 0 auto;
    color: rgba(75, 85, 99, 1);
}
.div-row-privacy{
    padding: 8.25rem 0;
    background-color: rgba(247, 250, 252, 1);
}

.div-privacy{
    width: 100%;
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    background-color: #fff;
    border-radius: 0.75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-privacy-details{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
}
.div-privacy-details h3{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-privacy-details p{
    margin-bottom: 1rem;
}
.div-privacy-details ul{
    margin-bottom: 1rem;
    list-style-type: disc;
    padding-left: 1.5rem;
}
.div-privacy-details svg{
    color: rgba(242, 153, 74, 1);
    margin-right: 0.5rem;
}
.div-privacy-details-second h4{
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}