/**handles:bluebeechild-column**/
@media (max-width: 1365px) {
    .wp-block-columns {
        .wp-block-column {
            &[style*="border-right-color:var(--wp--preset--color--primary-tertiary)"] {
                border-right: 0 !important;
                border-bottom: 1px solid var(--wp--preset--color--primary-tertiary) !important;
            }

            &[style*="border-right-color:var(--wp--preset--color--primary-secondary);border-right-width:1px;padding-top:7px;padding-bottom:7px;flex-basis:35%"] {
                border-right: 0 !important;
                border-bottom: 1px solid var(--wp--preset--color--primary-secondary) !important;

                + .wp-block-column {
                    margin-top: -25px;
                    margin-bottom: 20px;
                }
            }
        }
    }
}