body {
	&.home {

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

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

		h2,
		.h2 {
			font-size: 32px;
			line-height: 1.18em;

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

		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;
		}
	}
	/* Procedures */
	.home-procedures {
		h2 {
			color: var(--secondary-color);
			margin-bottom: 1.2em;
			padding: 0 20px;
		}
	}
}