body {
	&.home {

		h1,
		.h1 {
			font-size: 45px;
			line-height: 1.1em;

			/* Desktop Styles */
			@media (width >= 1024px) {
				font-size: 55px;
			}
		}

		h2,
		.h2 {
			font-size: 37px;

			/* Desktop Styles */
			@media (width >= 1024px) {
				font-size: 45px;
				line-height: 1.45em;
			}
		}

		h3,
		.h3 {

			/* Desktop Styles */
			@media (width >= 1024px) {
				font-size: 39px;
				line-height: 1.25em;
			}
		}

		h4,
		.h4,
		h5,
		h6 {

			/* Desktop Styles */
			@media (width >= 1024px) {
				font-size: 31px;
			}
		}

		.rm-module {
			max-width: 100%;
			overflow: hidden;
			scrollbar-width: none;
		}
	}
}