@media screen and (min-width: 990px) {
    .column.is-8-desktop {
        flex: none;
        width: 64% !important;
    }

    .column.is-4-desktop {
        flex: none;
        width: 36% !important;
    }
	
}