@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Source+Sans+3:wght@800&display=swap');
body,body p{
	font-family: 'Montserrat' !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-family: 'Source Sans 3' !important;
}

.row .column .ge-content {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}