@media (max-width: 789px) {
	.columnsCustom:last-child {
        float: left!important;
        width: 100%!important;
    }
    
    .columnsCustom:last-child .card {
        background-color: #ff7600;
        
    }
    .columnsCustom:last-child .card a {
        color: white;
        font-weight: 700;
    }
    
	
	.ml0{
    margin-left: 0px!important;
	}
    
    .columnsCustom:last-child .small-4 {
		width: 35%!important;
	}
    

    
    .columnsCustom:last-child .small-8 {
		padding-left: 0px;
    	width: 65%!important;
	}
	
}
