/* Uprava referenci */
@media (min-width: 1023px) {
	main .references .inside .references-wrap.row .item:nth-child(-n+8) {
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 1023px) {
	main .references .inside .references-wrap.row .item:nth-child(-n+9) {
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 740px) {
	main .references .inside .references-wrap.row .item:nth-child(-n+10) {
		margin-bottom: 2.5rem;
	}
}
