@media only screen and (min-width: 1069px) {
	.grid-item-currencies.grid-item.icon-half h3 {
		min-width: 310px;
	}
}
@media only screen and (max-width: 735px) {
	.grid-item-currencies.grid-item.icon-half h3 {
		min-width: 310px;
	}
}

br.small {
	display: nond;
}

@media only screen and (max-width: 734px) {
	br.small {
		display: block;
	}
}
br.x-small {
	display: none;
}

@media only screen and (max-width: 365px) {
	br.x-small {
		display: block;
	}
}

.grid-item-number-reviews .typography-headline-elevated {
	font-size: 57px;
}

@media only screen and (max-width: 1068px) {
	.grid-item-number-reviews .typography-headline-elevated {
		font-size: 40px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-help .overview-experiences-developers {
		margin-right: -16px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-find .typography-headline {
		word-break: unset;
	}
}
