.standard-header-module-container {
	margin: 0 10%;
	padding:40px 0
}

.standard-header-module-inner-container {
	margin:0 auto
}

.standard-header-module-title {
	color: #fff;
	font-family: Roboto Slab, serif;
	font-size: 44px;
	font-weight: 300;
	letter-spacing: .06em;
	line-height: 1.25em;
	margin-bottom: 10px;
	margin-top:10px
}

.standard-header-module-inner-container p {
	color: #fff;
	font-family: Source Sans Pro, sans-serif;
	margin-bottom:10px
}

.standard-header-module-inner-container p, .standard-header-module-subtitle {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1.25em;
	width:60%
}

.standard-header-module-subtitle {
	color: #12d678;
	font-family:Roboto Slab, sans-serif
}

.learn-more-button-container {
	display:inline-block
}

.learn-more-button {
	align-items: center;
	border-radius: 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	display: flex;
	margin-top: 20px;
	overflow: hidden;
	padding: 5px 15px 7px;
	scale: 1;
	transition:all .25s ease
}

.learn-more-button, .learn-more-button:hover {
	background-color: #12d678;
	color: #fff;
	font-family: Source Sans Pro, sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: 35px;
	line-height: 30px;
	text-decoration:none
}

.learn-more-button:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	scale:1.02
}

.learn-more-button-hover-arrow {
	color: #fff;
	height: 22px;
	overflow: visible;
	transition: all .25s ease;
	width:22px
}

.learn-more-button:hover .learn-more-button-hover-arrow path {
	d: path("M84.99,54.28c.07-.1.14-.19.21-.29.07-.11.14-.22.2-.33.05-.09.11-.18.16-.27.06-.11.11-.23.17-.34.05-.1.09-.19.14-.29.05-.11.08-.23.12-.34.04-.11.08-.21.11-.32.03-.12.06-.23.09-.35.03-.11.06-.22.08-.33.03-.14.04-.28.06-.42.01-.09.03-.18.04-.28.05-.47.05-.95,0-1.43,0-.09-.03-.18-.04-.28-.02-.14-.04-.28-.06-.42-.02-.11-.05-.22-.08-.33-.03-.12-.06-.23-.09-.35-.03-.11-.07-.22-.11-.32-.04-.11-.08-.23-.13-.34-.04-.1-.09-.2-.14-.29-.05-.12-.11-.23-.17-.35-.05-.09-.11-.18-.16-.27-.07-.11-.13-.22-.2-.33-.07-.1-.14-.19-.21-.29-.07-.09-.13-.19-.21-.28-.13-.16-.27-.31-.42-.46-.02-.02-.04-.04-.06-.06l-21.58-21.58c-2.81-2.81-7.36-2.81-10.17,0-2.81,2.81-2.81,7.36,0,10.17l9.3,9.3H20.78c-3.97,0-7.19,3.22-7.19,7.19s3.22,7.19,7.19,7.19h41.08l-9.3,9.3c-2.81,2.81-2.81,7.36,0,10.17,1.4,1.4,3.25,2.11,5.09,2.11s3.68-.7,5.09-2.11l21.58-21.58s.04-.04.06-.06c.15-.15.29-.3.42-.46.07-.09.14-.19.21-.28Z");
	d: "M84.99,54.28c.07-.1.14-.19.21-.29.07-.11.14-.22.2-.33.05-.09.11-.18.16-.27.06-.11.11-.23.17-.34.05-.1.09-.19.14-.29.05-.11.08-.23.12-.34.04-.11.08-.21.11-.32.03-.12.06-.23.09-.35.03-.11.06-.22.08-.33.03-.14.04-.28.06-.42.01-.09.03-.18.04-.28.05-.47.05-.95,0-1.43,0-.09-.03-.18-.04-.28-.02-.14-.04-.28-.06-.42-.02-.11-.05-.22-.08-.33-.03-.12-.06-.23-.09-.35-.03-.11-.07-.22-.11-.32-.04-.11-.08-.23-.13-.34-.04-.1-.09-.2-.14-.29-.05-.12-.11-.23-.17-.35-.05-.09-.11-.18-.16-.27-.07-.11-.13-.22-.2-.33-.07-.1-.14-.19-.21-.29-.07-.09-.13-.19-.21-.28-.13-.16-.27-.31-.42-.46-.02-.02-.04-.04-.06-.06l-21.58-21.58c-2.81-2.81-7.36-2.81-10.17,0-2.81,2.81-2.81,7.36,0,10.17l9.3,9.3H20.78c-3.97,0-7.19,3.22-7.19,7.19s3.22,7.19,7.19,7.19h41.08l-9.3,9.3c-2.81,2.81-2.81,7.36,0,10.17,1.4,1.4,3.25,2.11,5.09,2.11s3.68-.7,5.09-2.11l21.58-21.58s.04-.04.06-.06c.15-.15.29-.3.42-.46.07-.09.14-.19.21-.28Z"
}

@media screen and (max-width: 768px) {
	.standard-header-module-container {
		margin-left: 5%;
		margin-right:5%
	}

	.standard-header-module-inner-container p, .standard-header-module-subtitle {
		width: 100%
	}
}
