.privacy-policy-section {
    max-width: 1140px;
    margin: auto;
    padding: 0px 0px 50px 0px;
}

.content-section {
    padding: 0px 20px;
}

table,
td,
th {
    border: 1px solid #e2e8f0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

td,
th {
    padding: 0.7em 1em;
    border-width: 0 1px 1px 0;
}

.privacy-policy-text {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-policy-text h1 {
    color: #180c3c;
    font-family: "Ubuntu", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}

.logo-img {
    margin-bottom: 10px;
    width: 30%;
}

.content-section-child h2 {
    color: #180c3c;
    font-family: "Ubuntu", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    margin-bottom: 20px;
}

.content-section-child h5 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 600;
    font-family: "Cabin", Sans-serif;
    letter-spacing: 0.45px;
    color: #1e293b;
    margin: 0;
    margin-bottom: 20px;
}

.content-child-para {
    color: #a0a0a0;
    font-family: "Cabin", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.45px;
    margin-bottom: 20px;
}

.content-child-para p {
    margin-top: 0;
    margin-bottom: 1.6em;
}