/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@media screen and (max-width: 768px) {
    .qode-cft-feature.qode-cft-row h6 {
        font-size: 11px;
        word-break: break-word;
    }
    
    .qode-advanced-tab-container.ui-tabs-panel {
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page-id-3553 .page_container_inner {
        width: 90%;
    }
}