
@media screen and (max-width: 992px) {
.mainTextSvg text {
	font-size: 2.375em;
}
.mainTextSvg {
	height: 70px;
}

.mobilephone {
	display: block;
}
}

@media screen and (max-width: 768px) {
.csalad > .col-md-4:nth-of-type(2) {
	order: 1
}
.csalad > .col-md-4:nth-of-type(1) {
	order: 2
}
.csalad > .col-md-4:nth-of-type(3) {
	order: 3
}
	
.tile-grid > * img {
	position: static;
}
.tile-grid > *:nth-child(1) img {
	transform: translate(0, 0)
}
.tile-grid > *:nth-child(2) img {
	transform: translate(0, 0)
}
}
