@charset "utf-8";

/* Medium devices (desktops, 768px and up) */

@media (min-width: 768px) {
    .sizehelper:before {
		content: "MD";
	}

	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 35px;
		margin-bottom: 70px;
	}
}
