
body {
	margin: 0;
	padding: 0;
}

.site-section {
}
.site-container {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 40px);
}
.site-content {
}

.site-header {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 40px);
	display: flex;
	column-gap: 30px;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
}
.site-header-menu {
	flex: 1 0 1px;
}
.header-menu {
	margin: 0;
	display: flex;
	column-gap: 0;
	align-items: center;
	list-style: none;
	padding: 0;
}
.menu-item {
}
.menu-item-link {
	display: inline-block;
	color: #282828;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 3px;
	margin-bottom: 0;
	padding: 20px 15px;
	text-decoration: none;
	font-family: "Big Shoulders", sans-serif;
}
.menu-item:first-child .menu-item-link {
	padding-left: 0;
}
.header-brand {
	flex: 0 0 auto;
}
.brand-label {
	margin-top: 0;
	margin-bottom: 0;
	color: #282848;
	font-size: 32px;
	font-weight: 200;
	line-height: 32px;
	letter-spacing: 0.1em;
	font-family: "Montserrat", sans-serif;
}


.page-heading-title {
	color: #484848;
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0.1em;
	margin-top: 25px;
	margin-bottom: 40px;
	font-family: "Montserrat", sans-serif;
}

.quotes {
	display: flex;
	row-gap: 60px;
	flex-direction: column;
}

.quote {
	position: relative;
	border-bottom: 2px solid #3696ff;
}
.quote:after {
	content: "";
	left: 40%;
	bottom: 0;
	width: 20%;
	height: 5px;
	position: absolute;
	background-color: #3696ff;
	transform: translate(0, 3.5px);
}
.quote-head {
	padding: 10px 20px;
	background-color: #3696ff;
}
.quote-head-title {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	letter-spacing: 6px;
	font-family: "Montserrat", sans-serif;
}
.quote-body {
	position: relative;
	padding: 30px 30px 40px 30px;
	background-color: #f8f8ff;
}
.quote-body-text {
	margin-top: 0;
	margin-bottom: 0;
	color: #282848;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-family: "Montserrat", sans-serif;
}
.quote-body-signature {
	margin: 0;
	right: 20px;
	bottom: 7px;
	padding: 5px 12px;
	position: absolute;
	background-color: #fff;
	color: #282848;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 1.5px;
	border-radius: 0;
	border-bottom: 1px solid #3696ff;
	font-family: "Big Shoulders", sans-serif;
	box-shadow: 0 3px 10px 0px rgba(0 0 0 / 10%);
}
