@media (min-width: 720px) {
	.q-grid__container {
		margin-top: 3.75em;
		margin-bottom: 3.75em;
	}
}
.q-default-hero__image {
	background-image: url(../jpg/newsrooom-background-1290-2x.jpg);
	visibility: inherit;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.q-square__heading {
	font-size: 28px;
}
.q-square__content ul {
	padding-left: 0;
	margin-bottom: 0;
}
.content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.content .content__column {
	width: 33%;
	max-width: 33%;
	margin: 0 15px;
}
.content__column ul {
	padding-left: 0;
}
li.entry {
	list-style-type: none;
	margin-bottom: 1em;
}
.entry__headline {
	margin-bottom: 0;
}
.entry__source {
	font-style: italic;
}
.content__column h2 {
	color: #262626;
	font-size: 40px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.02em;
}
/* .q-default-hero__subheading {
	display: none;
} */
@media (max-width: 720px) {
	.q-grid__row {
		margin-left: 0;
		margin-right: 0;
	}
	.content {
		flex-direction: column;
	}
	.content .content__column {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.q-grid__container {
		margin-bottom: 10%;
	}
}
@media (max-width: 1080px) {
	.q-default-hero__heading {
		margin-bottom: 3rem;
	}
}

/*# sourceMappingURL=index.css.map */