.component_standard_editor
{
    margin: 100px 0
}

.component_standard_editor.tos_medium
{
    margin-top: 60px
}

.component_standard_editor.bos_medium
{
    margin-bottom: 60px
}

.component_standard_editor.tos_small
{
    margin-top: 30px
}

.component_standard_editor .heading_section,
.component_standard_editor.bos_small
{
    margin-bottom: 30px
}

.component_standard_editor .heading_section .heading_text
{
    margin: 0
}

.component_standard_editor .button_list
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px
}

@media (max-width:1359px)
{
    .component_standard_editor
    {
        margin: 85px 0
    }

    .component_standard_editor.tos_medium
    {
        margin-top: 55px
    }

    .component_standard_editor.bos_medium
    {
        margin-bottom: 55px
    }
}

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

    .component_standard_editor.tos_medium
    {
        margin-top: 50px
    }

    .component_standard_editor.bos_medium
    {
        margin-bottom: 50px
    }

    .component_standard_editor .heading_section
    {
        margin-bottom: 25px
    }
}

@media (max-width:991px)
{
    .component_standard_editor
    {
        margin: 55px 0
    }

    .component_standard_editor.tos_medium
    {
        margin-top: 45px
    }

    .component_standard_editor.bos_medium
    {
        margin-bottom: 45px
    }

    .component_standard_editor .heading_section
    {
        margin-bottom: 20px
    }
}

@media (max-width:767px)
{
    .component_standard_editor
    {
        margin: 40px 0
    }

    .component_standard_editor.tos_medium
    {
        margin-top: 35px
    }

    .component_standard_editor.bos_medium
    {
        margin-bottom: 35px
    }

    .component_standard_editor.tos_small
    {
        margin-top: 25px
    }

    .component_standard_editor.bos_small
    {
        margin-bottom: 25px
    }

    .component_standard_editor .button_list
    {
        margin-top: 20px
    }
}