.image-text__content {
	margin-top: 1rem;
  	color: var(--text-normal);
  	font-family: WebsiteMainFont;
  	font-size: 1rem;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 130%;
  	letter-spacing: -0.03rem;
}


.image-text__image img {
	width: 100%;
	height: auto;
}

.innerTitle {
	color: var(--text-loud);
  	font-family: WebsiteMainFont;
	font-size: 3.4375rem !important;
  	font-style: normal;
  	font-weight: 600;
  	line-height: 110%;
  	letter-spacing: -.17188rem !important;
}



.homeLink {
	text-decoration: none;
}

.homeLink:hover {
	text-decoration: underline;
}

#margin-top{
	margin-top: 6rem;
}