uix-homepage {
	&>.product-container {
		position: relative;
		&>.product-list > .inner {
			min-height: 60vh;
			&>.description > a {
				color: var(--unyt-text-primary);
			}
uix-homepage 			&>h1 {
				padding-bottom: 6px!important;
			}

			@media screen and (max-width: 750px) {
				align-items: center;
				text-align: center;
uix-homepage 				&>.content {
					width: fit-content;
					margin: auto;
					max-width: 100%;
				}
			}
		}
	}
}
uix-homepage .title-section {
	padding: 100px 0px;
	background-color: var(--unyt-dark-bg-controls);
	@media (max-width: 640px) {
		padding: 50px 0px;
	}
}

uix-homepage h1.large span {
	font-weight: 700!important;
	color: white;
}