
.lato-light {
	font-weight: 300;
	font-style: normal;
	font-family: "Lato", sans-serif;
}

.lato-regular {
	font-weight: 400;
	font-style: normal;
	font-family: "Lato", sans-serif;
}

.lato-bold {
	font-weight: 700;
	font-style: normal;
	font-family: "Lato", sans-serif;
}

.lato-light-italic {
	font-weight: 300;
	font-style: italic;
	font-family: "Lato", sans-serif;
}

.lato-regular-italic {
	font-weight: 400;
	font-style: italic;
	font-family: "Lato", sans-serif;
}

.lato-bold-italic {
	font-weight: 700;
	font-style: italic;
	font-family: "Lato", sans-serif;
}


body {
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
}

.site-section {
}
.site-container {
	width: 100%;
	margin: 0 auto;
	max-width: 1220px;
}
.site-content {
}

.front-section-intro {
	padding: 80px 20px;
}
.front-content-intro {
	display: flex;
	column-gap: 80px;
	align-items: flex-start;
	justify-content: flex-start;
}
.front-content-left {
	flex: 0 0 40%;
}
.front-content-right {
	flex: 1 0 1px;
}
.company-logo-large {
	width: 100%;
	display: block;
}
.front-intro-title {
	color: #282828;
	font-size: 27px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-family: "Lato", sans-serif;
}
.front-intro-text {
	color: #282828;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	margin: 0 0 15px 0;
	letter-spacing: 0.04em;
	font-family: "Lato", sans-serif;
}


@media screen and (max-width: 1220px) {
	.front-content-intro {
		column-gap: 40px;
	}
}

@media screen and (max-width: 767px) {
	.front-section-intro {
		padding: 20px 0 40px 0;
	}
	.front-content-intro {
		row-gap: 50px;
		column-gap: 0;
		padding: 0 20px;
		flex-direction: column;
	}
}
