.privacyContainer {
  padding: 20px 0 60px 0;
}
@media screen and (min-width: 1024px) {
.privacyContainer .header {
    margin: 40px 0;
    font-weight: 800;
    font-size: 50px;
    line-height: 130%;
    color: #2F3849;
}
}
@media screen and (max-width: 1023px) {
.privacyContainer .header {
    font-weight: 700;
    color: #2F3849;
    font-size: 20px;
    line-height: 130%;
}
}
.privacyContainer .sectionsContainer {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
.privacyContainer .sectionsContainer .sectionTitle {
    padding: 40px 0 20px 0;
}
}
@media screen and (max-width: 1023px) {
.privacyContainer .sectionsContainer .sectionTitle {
    padding: 20px 0 10px 0;
}
}
@media screen and (min-width: 1024px) {
.privacyContainer .sectionsContainer .sectionText {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #626C85;
}
}
@media screen and (max-width: 1023px) {
.privacyContainer .sectionsContainer .sectionText {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #626C85;
}
}

/*# sourceMappingURL=504.e12e159f.css.map*/