/* fonts:
    #463cc1 blue
    #1DE600 green
    #e65800 orange
    #8f5f42 brown
    #373366 blue gray
*/

.privacy-policies{
    background-color: #deebee;
    padding: 50px 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.privacy-policies .privacy-policies-content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.privacy-policies .privacy-policies-content ul li {
    list-style-type: circle;
    margin: 5px 20px;
    font-size: 22px;
    color: #1c1e53;
}

.privacy-policies .privacy-policies-content h3 {
    /* margin-top: 20px; */
    font-weight: bold;
    font-size: 40px;
}

.privacy-policies .privacy-policies-content h3 span {
    color: #5e3bee;
}

.privacy-policies .privacy-policies-content p {
    color: #1c1e53;
    font-size: 22px;
    margin-top: 20px;
}

.privacy-policies .privacy-policies-content button {
    margin-top: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #5e3bee;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 18px;
}

.privacy-policies .privacy-policies-content h2 {
    margin-top: 35px;
}