/*S view port fix*/
@media only screen and (max-width: 768px) {
	.s-reduced {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 1068px) {
	.s-reduced {
		font-size: 35px !important;
	}
}

@media only screen and (max-width: 374px) {
	.grid-item-without-plan .image-overview-why-icon_data {
		bottom: -75px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-without-plan .image-overview-why-icon_data {
		right: 10px;
		bottom: -51px;
	}
}
