section.privacy_policy {
    padding: 70px 0;
}
.content_section {
    max-width: 75%;
    margin: auto;
    padding: 30px;
}
.content_section h3 {
    font-size: 28px;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 30px;
}
.content_section .content_section_items {
    margin-bottom: 25px;
}
.content_section .content_section_items h5 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 26px;
}
.content_section .content_section_items p {
    font-size: 16px;
    color: #111;
    font-weight: 400;
}