body {
	&.home {

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

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

		h2,
		.h2 {
			font-size: 37px;
			line-height: 1.05em;
			font-weight: var(--fw-bold);
			letter-spacing: 0.02em;
			text-transform: uppercase;

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

		h3,
		.h3 {
			font-weight: var(--fw-bold);
			font-style: italic;
			line-height: 1.06em;
			/* Desktop Styles */
			@media (width >= 1024px) {
				font-size: 32px;
			}
		}

		h4,
		.h4,
		h5,
		h6 {
			font-size: 22px;
			font-size: var(--fw-medium);
			line-height: 1.09em;
			/* Desktop Styles */
		}

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


/* Home About */
.home-about {
	
}