.container-privacypolicy {
    background-image: linear-gradient(to bottom, #2758a7, #0f2241);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}
.font-privacypolicy {
    color: #fff;
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 123.077% */
}
@media only screen and (max-width: 768px) {
    .font-privacypolicy {
        font-size: 35px;
    }
}
.text-banyak {
    margin-left: 10%;
    margin-right: 10%;
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.section_h1 {
    color: #2758a7;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 52.8px; /* 110% */
    padding-bottom: 0.2em;
}
.section_h2 {
    color: #2758a7;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.8px; /* 130% */
    padding-bottom: 0.2em;
}
.section1 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.section1 p {
    margin-bottom: 20px;
}

ol li {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.section1 ol li {
    margin-bottom: 20px;
}
