.grid-item-growing.full h3 {
	max-width: 354px;
}
@media only screen and (max-width: 1068px) {
	.anz-margin-fix img {
		margin-left: -24px !important;
	}
	.grid-item-growing.full h3 {
		margin-left: -24px;
	}
}

@media only screen and (max-width: 734px) {
	.anz-margin-top-fix {
		margin-top: 0px !important;
	}
	.anz-margin-fix img {
		margin-left: 0px !important;
	}
	.grid-item-growing.full h3 {
		margin-left: 0px;
	}
}

.grid-item.fact.grid-item-billings {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (min-width: 1069px) {
	.grid-item-billings h3 {
		max-width: unset;
	}
}
