body .component_standard_editor.tos_normal {
    margin-top: 120px;
}

body .component_standard_editor.bos_normal {
    margin-bottom: 120px;
}

body .component_standard_editor.tos_reduce {
    margin-top: 70px;
}

body .component_standard_editor.bos_reduce {
    margin-bottom: 70px;
}

body .component_standard_editor.tos_remove {
    margin-top: 0;
}

body .component_standard_editor.bos_remove {
    margin-bottom: 0;
}

body .component_standard_editor .heading_light {
    font-family: "OpenSans-Light";
    margin-bottom: 11px;
}

body .component_standard_editor p {
    color: #333637;
}


body .standard_content_section_v1 .standard_content_section_v1_inner .standard_content_section_v1_link .btn {
    transition: all ease .5s;
}

@media (max-width: 1359px) {
	body .component_standard_editor.tos_normal {
        margin-top: 100px;
    }
    
    body .component_standard_editor.bos_normal {
        margin-bottom: 100px;
    }
    
    body .component_standard_editor.tos_reduce {
        margin-top: 60px;
    }
    
    body .component_standard_editor.bos_reduce {
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px){
	body .component_standard_editor.tos_normal {
        margin-top: 80px;
    }
    
    body .component_standard_editor.bos_normal {
        margin-bottom: 80px;
    }
    
    body .component_standard_editor.tos_reduce {
        margin-top: 50px;
    }
    
    body .component_standard_editor.bos_reduce {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
	body .component_standard_editor.tos_normal {
        margin-top: 65px;
    }
    
    body .component_standard_editor.bos_normal {
        margin-bottom: 65px;
    }
    
    body .component_standard_editor.tos_reduce {
        margin-top: 40px;
    }
    
    body .component_standard_editor.bos_reduce {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
	body .component_standard_editor.tos_normal {
        margin-top: 50px;
    }
    
    body .component_standard_editor.bos_normal {
        margin-bottom: 50px;
    }
    
    body .component_standard_editor.tos_reduce {
        margin-top: 40px;
    }
    
    body .component_standard_editor.bos_reduce {
        margin-bottom: 40px;
    }
}