.standard_editor_section {
    margin: 100px 0;
}

.standard_editor_section.decrease_tos { 
    margin-top: 48px;
}

.standard_editor_section.decrease_bos {
    margin-bottom: 48px;
}

.standard_editor_section.remove_tos {
    margin-top: 0;
}

.standard_editor_section.remove_bos {
    margin-bottom: 0;
}

.standard_editor_section .section_heading .global_section_heading {
    display: flex;
    flex-wrap: wrap;
    word-break: break-word;
}

.standard_editor_section .section_heading .global_section_heading.in_middle {
    justify-content: center;
    text-align: center;
}

.standard_editor_section .section_heading .global_section_heading.right_side {
    justify-content: flex-end;
    text-align: center;
}

.standard_editor_section .content_section.font_size_small,
.standard_editor_section .content_section.font_size_small p,
.standard_editor_section .content_section.font_size_small p a,
.standard_editor_section .content_section.font_size_small .site-main  ul li,
.standard_editor_section .content_section.font_size_small .site-main  ol li {
    font-size: 15px;
}

.standard_editor_section .section_heading {
    margin-top: 24px;
}

.standard_editor_section .cta_list {
    display: flex;
    flex-wrap: wrap;
}

.standard_editor_section .cta_list .cta_item {
    margin: 12px 12px 0 0;
}

@media (max-width: 1439px) {
    .standard_editor_section {
        margin: 90px 0;
    }
}

@media (max-width: 1359px) {
    .standard_editor_section {
        margin: 80px 0;
    }
}

@media (max-width: 1199px) {
    .standard_editor_section {
        margin: 70px 0;
    }
}

@media (max-width: 991px) {
    .standard_editor_section {
        margin: 60px 0;
    }
}

@media (max-width: 767px) {
    .standard_editor_section {
        margin: 50px 0;
    }
    .standard_editor_section .section_heading {
        margin-top: 18px;
    }
}