/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    /*===============================*/
    /*===============================*/
    #sp-logo > .sp-column  {
    	display: flex;
    	justify-content: space-between;
    }
    #offcanvas-toggler > .fa {
    	color: #fff;
    }
    /*===============================*/
    #column-id-1569312352210 > .sppb-column-addons {
    	display: flex;
    	justify-content: space-evenly;
    	align-items: center;
    }
    /*===============================*/
    .b-company .sppb-col-md-5 {
    	max-width: 100%;
    	height: auto;
    }
    .b-company .sppb-col-md-2 {
    	max-width: 100%;
    	flex: 0 0 100%;
	}
	/*===============================*/
	#sp-section-4 .sp-module-title {
    	font: 300 36px/36px "Ubuntu", sans-serif;
	}
	#sp-menunavigation, #sp-contactinfo {
		width: 50%;
	}
	/*===============================*/
}/* END */
/*===============================*/
@media (max-width: 991.98px) { 
    /*===============================*/
    #sp-bottom .b-contacts {
        text-align: left;
    }
    /*===============================*/
}/* END */