/* Default Styles */
.kbfx-hero-widget p:empty {
	display:none;
}
.kbfx-hero-widget {
	padding: 0;
	margin: 0;
}
.kbfx-hero-widget p:empty {
    margin: 0;
}
.kbfx-hero-widget p + [class^="shortcode-"] {

}
.kbfx-hero-widget .tagline,
.kbfx-hero-widget p {
	font-weight: 300;
	line-height: 1.5;
	color: inherit;
}

/* Button */
.kbfx-hero-widget .btn-wrapper .btn-logged-in,
.kbfx-hero-widget .btn-wrapper .btn-logged-out {
	font-size: 20px;
	display: inline-block;
	padding: 18px 40px;
	border: none;
	font-weight: 700;
}

.kbfx-hero-widget .btn-wrapper .btn-logged-in:hover,
.kbfx-hero-widget .btn-wrapper .btn-logged-out:hover {
	color: var(--black);
	/* text-decoration: underline; */
	transition: background-color 0.2s ease;
}

/* Testimonial Hightlight Style 1 & 2*/
.kbfx-hero-widget .hero-testimonial-highlight,
.kbfx-hero-widget .hero-testimonial-highlight-v2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0;
	gap:3em;
}
.kbfx-hero-widget .hero-testimonial-highlight .left {
	flex-basis: calc(55% - 40px);
}
.kbfx-hero-widget .hero-testimonial-highlight .right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-basis: calc(45% - 40px);
}
.kbfx-hero-widget .hero-testimonial-highlight h1 {
	font-size: 29px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--white);
	font-family: var(--font-helvetica);
	max-width: 600px;
}

.kbfx-hero-widget .hero-testimonial-highlight .tagline {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 25px;
	max-width: 85%;
}

.kbfx-hero-widget .hero-testimonial-highlight .left .paragraph p {
	font-size: 18px;
	max-width: 80%;
}
.kbfx-hero-widget .hero-testimonial-highlight .left .cta-wrapper {
	padding-top:12px;
}

.kbfx-hero-widget .hero-testimonial-highlight .right img {
	max-width:120px;
}
.kbfx-hero-widget .hero-testimonial-highlight .testimonial-header {
	display:flex;
    align-items: flex-start;
	gap:20px;
}
.kbfx-hero-widget .hero-testimonial-highlight .testimonial {
	margin-bottom: 25px;
	font-size: 19px;
	line-height: 24px;
	max-width: 364px;
}
.kbfx-hero-widget .hero-testimonial-highlight .testimonial p {
	font-weight: 700;
	font-style: italic;
}
.kbfx-hero-widget .hero-testimonial-highlight .client-name {
	font-weight: 700;
}
.kbfx-hero-widget .hero-testimonial-highlight .right .paragraph {
	margin-top: 25px;
}
.kbfx-hero-widget .hero-testimonial-highlight .right .paragraph p {
	font-size: 16px;
	max-width: 100%;
}

/* Testimonial Highlight Style 2 */
.kbfx-hero-widget .hero-testimonial-highlight-v2 .right {
	text-align: center;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.kbfx-hero-widget .hero-testimonial-highlight-v2 .right img {
	width: 100px;
	height: 112px;
}

.kbfx-hero-widget .hero-testimonial-highlight-v2 .testimonial {
	margin-top: 8px;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
	max-width: 537px;
}

.kbfx-hero-widget .hero-testimonial-highlight-v2 h1 {
	color: var(--gold);
	font-size: 37px;
	line-height: 44px;
	margin: 0;
}

.kbfx-hero-widget .hero-testimonial-highlight-v2 .tagline {
	font-size: 28px;
	line-height: 40px;
	color: var(--white);
	margin: 28px 0;
	font-weight: 400;
	max-width: 90%;
}

.kbfx-hero-widget .hero-testimonial-highlight-v2 .client-name {
	font-size: 24px;
	font-weight: 700;
	margin: 24px 0;
}

.kbfx-hero-widget .hero-testimonial-highlight-v2 .left .paragraph p {
	font-size: 20px;
	line-height: 29px;
	max-width: 88%;
	margin-bottom: 60px;
}

@media(max-width: 1365px) {

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .left {
		padding-left: 15px;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .right {
		padding-left: 15px;
		padding: 0;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 h1 {
		font-size: 26px;
		text-align: left;
		max-width: 600px;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .tagline {
		margin: 18px 0;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .tagline,
	.kbfx-hero-widget .hero-testimonial-highlight-v2 .left .paragraph p {
		font-size: 18px;
		text-align: left;
		max-width: 92%;
		line-height: 25px;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .client-name {
		text-align: left;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .testimonial {
		font-size: 16px;
		text-align: center;
	}
}

@media (max-width: 920px) {
	/*Default*/
	.kbfx-hero-widget {
		padding: 0;
		margin: 0 auto;
	}

	.kbfx-hero-widget a.button {
		text-align: left;
		margin-left: var(--spacing-small);
		display: inline-block;
	}

	/*Home page*/
	.kbfx-hero-widget .hero-testimonial-highlight {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap:50px;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 {
		padding: 50px 0;
	}
	.kbfx-hero-widget .hero-testimonial-highlight .left,
	.kbfx-hero-widget .hero-testimonial-highlight .right {
		flex-basis:100%;
	}
	.kbfx-hero-widget .hero-testimonial-highlight .left {
		display:block;
	}

	.kbfx-hero-widget .hero-testimonial-highlight .right {
		margin: 0;
	}

	.kbfx-hero-widget .hero-testimonial-highlight h1 {
		max-width: 100%;
		line-height: 36px;
		margin-top: 0;
	}

	.kbfx-hero-widget .hero-testimonial-highlight .tagline {
		max-width: 80%;
	}

	.kbfx-hero-widget .hero-testimonial-highlight .left .paragraph p,
	.kbfx-hero-widget .hero-testimonial-highlight .right .paragraph p {
		max-width: 100%;
	}

	.kbfx-hero-widget .hero-testimonial-highlight .testimonial {
		max-width: 70%;
	}

}

@media (max-width: 768px) {
	.kbfx-hero-widget .hero-testimonial-highlight {
		align-items: stretch;
		text-align: center;
		width: 100%;
	}
	.kbfx-hero-widget .hero-testimonial-highlight-v2 {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		text-align: center;
		width: 100%;
		padding: 70px 0;
		gap:1em;
	}
	.kbfx-hero-widget .hero-testimonial-highlight .left .cta-wrapper {
		padding-top:30px;
	}
	.p50 .kbfx-hero-widget .hero-testimonial-highlight {
		padding:50px 0
	}
	.kbfx-hero-widget a.button {
		text-align: left;
		margin: 0;
		padding: 0;
		display: inline-block;
	}

	/*Home page*/

	.kbfx-hero-widget .hero-testimonial-highlight .right img {
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.kbfx-hero-widget .hero-testimonial-highlight h1 {
		max-width: 100%;
	}

	.kbfx-hero-widget .hero-testimonial-highlight .tagline {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.kbfx-hero-widget .hero-testimonial-highlight .testimonial-header {
		justify-content: center;
		flex-direction: column;
		margin: 0 auto;
	}

	.kbfx-hero-widget .hero-testimonial-highlight .left .paragraph p {
		max-width: 95%;
		margin: 0 auto;
	}

	.kbfx-hero-widget .hero-testimonial-highlight .right .paragraph p {
		text-align: left;
	}
	.kbfx-hero-widget .hero-testimonial-highlight .testimonial,
	.kbfx-hero-widget .hero-testimonial-highlight .client-name {
		text-align: center;
		max-width:500px;
		margin:auto;
	}

	/*Testimonial Hightlight Style 2*/
	.kbfx-hero-widget .hero-testimonial-highlight-v2 .left,
	.kbfx-hero-widget .hero-testimonial-highlight-v2 .right {
		padding-left: 15px;
		padding-right: 15px;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 h1 {
		font-size: 26px;
		text-align: left;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .tagline {
		margin: 18px 0;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .tagline,
	.kbfx-hero-widget .hero-testimonial-highlight-v2 .left .paragraph p {
		font-size: 18px;
		text-align: left;
		max-width: 100%;
		line-height: 25px;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .testimonial {
		font-size: 16px;
		max-width: 100%;
		text-align: left;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .btn-wrapper .btn-logged-out {
		float: left;
	}

	.kbfx-hero-widget .hero-testimonial-highlight-v2 .client-name {
		text-align: center;
	}

}
@media (max-width: 480px) {
	.kbfx-hero-widget .hero-testimonial-highlight h1 {
		font-size:22px;
        font-weight: 500;
	}
	.kbfx-hero-widget .hero-testimonial-highlight .right .paragraph p {
		text-align:center;
	}
}
@media (max-width: 448px) {
	.kbfx-hero-widget .hero-testimonial-highlight-v2 .client-name {
		text-align: left;
		line-height: 26px;
	}
}

/* Hero Quote with Background & mission statement 2 */
.kbfx-hero-widget .hero-quote-background {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	padding: 100px 0 80px;
	width: 100%;
	gap: 2em;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width:991px) {
	.kbfx-hero-widget .hero-quote-background .right {
		text-align:center;
	}
}
.kbfx-hero-widget .hero-quote-background .right img {
	max-width: 420px;
	height: auto;
}

.kbfx-hero-widget .hero-quote-background .tagline,
.kbfx-hero-widget .hero-quote-background h1 {
	font-size: 26px;
	font-weight: 600;
	font-style: italic;
	font-family: var(--font-helvetica);
	max-width: 500px;
	margin-bottom: 20px;
}

.kbfx-hero-widget .hero-quote-background p {
	font-size: 16px;
	max-width: 500px;
	font-weight: 400;
	font-family: var(--font-helvetica);
}

@media (max-width: 991px) {
	.kbfx-hero-widget .hero-quote-background {
		display: flex;
		flex-direction: column;
		margin: auto;
		gap: 24px;
		padding:60px 0;
	}
	.kbfx-hero-widget .hero-quote-background p {
		margin:auto;
	}

	.kbfx-hero-widget .hero-quote-background .right {
		order: -1;
	}

	.kbfx-hero-widget .hero-quote-background .right img {
		max-width: 267px;
		margin: 0 auto;
	}

	.kbfx-hero-widget .hero-quote-background .tagline,
	.kbfx-hero-widget .hero-quote-background h1 {
		font-size: 20px;
		text-align: center;
		max-width: 100%;
	}

	.kbfx-hero-widget .hero-quote-background .paragraph p {
		margin-bottom: 20px;
		text-align: center;
	}

}

.kbfx-hero-widget .hero-mission-statement-v2 {
	display: flex;
	padding: 100px 0 80px;
	width: 100%;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	gap: 2em;
	padding-left: 0;
	padding-right: 0;
}


.kbfx-hero-widget .hero-mission-statement-v2 h1 {
	color: var(--gold);
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 30px;
	font-family: var(--font-helvetica);
}

.hero-mission-statement-v2 .tagline {
	font-weight: 600;
	margin: 0;
}

.kbfx-hero-widget .hero-mission-statement-v2 .paragraph {
	font-size: 20px;
	font-weight: 300;
	font-family: var(--font-helvetica);
}

.kbfx-hero-widget .hero-mission-statement-v2 .paragraph p {
	max-width: 456px;
	margin-bottom: 30px;
}

.kbfx-hero-widget .hero-mission-statement-v2 .paragraph p:nth-of-type(2) {
	max-width: 500px;
}

.kbfx-hero-widget .hero-mission-statement-v2 .right img {
	border-radius: 25px 0 25px 0;
	max-width: 524px;
	width:100%;
}

@media (max-width: 1120px) {
	.kbfx-hero-widget .hero-mission-statement-v2 h1 {
		font-size: 34px;
	}

	.kbfx-hero-widget .hero-mission-statement-v2 .paragraph p,
	.kbfx-hero-widget .hero-mission-statement-v2 .paragraph p:nth-of-type(2) {
		font-size: 18px;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.kbfx-hero-widget .hero-mission-statement-v2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 60px 20px;
	}

	.kbfx-hero-widget .hero-mission-statement-v2 h1 {
		font-size: 26px;
	}

	.kbfx-hero-widget .hero-mission-statement-v2 .paragraph p,
	.kbfx-hero-widget .hero-mission-statement-v2 .paragraph p:nth-of-type(2) {
		font-size: 18px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {

	.kbfx-hero-widget .hero-mission-statement-v2 h1 {
		font-size: 22px;
		text-align: center;
	}

	.kbfx-hero-widget .hero-mission-statement-v2 .paragraph p,
	.kbfx-hero-widget .hero-mission-statement-v2 .paragraph p:nth-of-type(2) {
		font-size: 18px;
		text-align: center;
		max-width: 100%;
		padding: 0;
	}
}

/* Hero Mission Statement with Image */
.kbfx-hero-widget .hero-mission-statement {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 80px;
}
.vertical-center .kbfx-hero-widget .hero-mission-statement  {
	align-items: center
}

.kbfx-hero-widget .hero-mission-statement .left {
	width: 33%;
}
.kbfx-hero-widget .hero-mission-statement .left h1,
.kbfx-hero-widget .hero-mission-statement .left .tagline,
.kbfx-hero-widget .hero-mission-statement .left .paragraph {
	max-width:416px;
}
.kbfx-hero-widget .hero-mission-statement .left h1 {
	color: var(--gold);
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 35px;
}

.kbfx-hero-widget .hero-mission-statement .left .tagline {
	font-size: 32px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 60px;
}

.kbfx-hero-widget .hero-mission-statement .left .paragraph p:first-of-type {
	font-size: 16px;
	margin-bottom: 20px;
}

.kbfx-hero-widget .hero-mission-statement .left .paragraph p:nth-of-type(2) {
	font-size: 16px;
	margin-bottom: 20px;
	max-width: 450px;
	font-weight: 400;
}

.kbfx-hero-widget .hero-mission-statement .btn-wrapper .btn-cta {
	margin-top: 37px;
	padding:20px 40px;
}

.kbfx-hero-widget .hero-mission-statement .btn-wrapper .btn-cta:hover {
	color: var(--white);
	text-decoration: none;
}

.kbfx-hero-widget .hero-mission-statement .right {
	padding-top: 30px;
	text-align: center;
}

.kbfx-hero-widget .hero-mission-statement .right img {
	width: 450px;
	height: 360px;
}

.kbfx-hero-widget .hero-mission-statement .right .paragraph p {
	font-size: 16px;
	margin-top: 30px;
}

@media (max-width: 1365px) {
	.kbfx-hero-widget .hero-mission-statement .left {
		flex: 3;
		padding-left: 0;
	}
	.kbfx-hero-widget .hero-mission-statement .left h1,
	.kbfx-hero-widget .hero-mission-statement .left .tagline,
	.kbfx-hero-widget .hero-mission-statement .left .paragraph {
		max-width:100%;
	}

	.kbfx-hero-widget .hero-mission-statement .left h1 {
		font-size: 26px;
		text-align: left;
		margin-bottom: 0;
	}

	.kbfx-hero-widget .hero-mission-statement .left .paragraph p:first-of-type {
		max-width: 90%;
	}

	.kbfx-hero-widget .hero-mission-statement .left .paragraph p:nth-of-type(2) {
		max-width: 95%;
	}

	.kbfx-hero-widget .hero-mission-statement .right img {
		width: 241px;
		height: auto;
	}

	.kbfx-hero-widget .hero-mission-statement .right .paragraph p {
		text-align: center;
		margin-top: 5px;
	}

	.kbfx-hero-widget .hero-mission-statement .btn-wrapper {
		display: flex;
		justify-content: start;
	}

	.kbfx-hero-widget .hero-mission-statement .btn-wrapper .btn-cta {
		max-width: 300px;
		width: 100%;
		margin-top: 37px;
	}
}

@media (max-width: 1024px) {
	.kbfx-hero-widget .hero-mission-statement .right .paragraph p {
		text-align: center;
		margin-top: 5px;
		line-height: 22px;
	}

	.kbfx-hero-widget .hero-mission-statement .btn-wrapper {
		justify-content: center;
	}
	body.page-id-22 .kbfx-hero-widget .hero-mission-statement .btn-wrapper {
		justify-content: flex-start;
	}

}

@media (max-width: 993px) {
	.kbfx-hero-widget .hero-mission-statement .right img {
		width: 193px;
		height: auto;
	}
}

@media (max-width: 768px) {

	.kbfx-hero-widget .hero-mission-statement {
		flex-direction: column;
		padding: 40px 15px 80px;
	}

	.kbfx-hero-widget .hero-mission-statement .left {
		width: 100%;
		padding-left: 0;
	}

	.kbfx-hero-widget .hero-mission-statement .left h1 {
		font-size: 26px;
		text-align: left;
		margin-bottom: 0;
	}

	.kbfx-hero-widget .hero-mission-statement .left .tagline {
		font-size: 32px;
		text-align: left;
		margin-bottom: 2em;
	}

	.kbfx-hero-widget .hero-mission-statement .left .paragraph p:first-of-type,
	.kbfx-hero-widget .hero-mission-statement .left .paragraph p:nth-of-type(2) {
		max-width: 100%;
	}
	.kbfx-hero-widget .hero-mission-statement .right {
		text-align:center;
	}
	.kbfx-hero-widget .hero-mission-statement .right img {
		display: block;
		margin-top: 0;
		padding: 0;
		margin:0 auto;
	}

	.kbfx-hero-widget .hero-mission-statement .right .paragraph p {
		text-align: center;
		margin-top: 5px;
	}

	.kbfx-hero-widget .hero-mission-statement .btn-wrapper {
		display: flex;
		justify-content: center;
	}

	body.page-id-22 .kbfx-hero-widget .hero-mission-statement .btn-wrapper {
		justify-content: center;
	}

	.kbfx-hero-widget .hero-mission-statement .btn-wrapper .btn-cta {
		max-width: 300px;
		width: 100%;
		margin-top: 0;
		padding:20px;
	}
}

/* Hero One Column Styles 1&v2 */
.kbfx-hero-widget .hero-one-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	height: 484px;
}

.kbfx-hero-widget .hero-one-column-v2 {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 80px 0;
}

.kbfx-hero-widget .hero-one-column h1 {
	font-size: 38px;
	max-width: 730px;
	font-weight: normal;
	margin-bottom: 38px;
	margin-top: 0;
}

.kbfx-hero-widget .hero-one-column .paragraph p {
	font-size: 20px;
}

.kbfx-hero-widget .hero-one-column-v2 h1 {
	font-size: 38px;
	width:100%;
	max-width: 696px;
	font-weight: 400;
	line-height: 44px;
}

.kbfx-hero-widget .hero-one-column-v2 .paragraph p {
	font-size: 14px;
	font-weight: 400;
	max-width: 696px;
	margin-bottom: 28px;
}
.students-hero .kbfx-hero-widget .hero-one-column-v2 h1,
.students-hero .kbfx-hero-widget .hero-one-column-v2 .paragraph p {
	max-width:551px
}
.students-hero .kbfx-hero-widget .hero-one-column-v2 .paragraph p {
	font-size: 20px;
	font-weight:300;
}
.kbfx-hero-widget .hero-one-column-v2 .tagline {
	font-size: 30px;
	font-weight: 600;
	max-width: 696px;
	color: var(--gold);
	margin-bottom: 0;
}

@media (max-width: 1365px) {
	.kbfx-hero-widget .hero-one-column {
		align-items: center;
		width: 590px;
	}

	.kbfx-hero-widget .hero-one-column-v2 {
		padding: 50px 15px;
		justify-content: start;
		max-width: 526px;
	}

	.kbfx-hero-widget .hero-one-column h1 {
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 30px;
		line-height: 33px;
		max-width: 690px;
	}

	.kbfx-hero-widget .hero-one-column .paragraph p {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.kbfx-hero-widget .hero-one-column-v2 .paragraph p {
		font-size: 14px;
	}

	.kbfx-hero-widget .hero-one-column-v2 .tagline {
		font-size: 18px;
	}

	.kbfx-hero-widget .hero-one-column-v2 h1 {
		font-size: 26px;
		margin-bottom: 1em;
		line-height: 44px;
	}
}
@media (max-width:1024px) {
	.kbfx-hero-widget .hero-one-column {
		height:auto;
		padding:30px 0 40px;
	}
	.kbfx-hero-widget .hero-one-column-v2,
	.kbfx-hero-widget .hero-one-column-v2 .tagline,
	.kbfx-hero-widget .hero-one-column-v2 h1,
	.kbfx-hero-widget .hero-one-column-v2 .paragraph p{
		width:100%;
		max-width:100%;
	}
	.kbfx-hero-widget .hero-one-column-v2 {
		padding-bottom:70px
	}
}
.hero-steps {
	display: grid;
	grid-auto-flow: row;
	grid-auto-rows: 1fr;
	grid-template-columns: 1fr;
	gap: 1em 1em;
	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
	max-width:436px;
}
.hero-button-steps {
	margin-top:40px;
	padding:20px
}
.hero-steps .hero-step {
	border-radius:16px;
	background:rgba(255,255,255,0.1);
	padding:1em 2em 1em 1.25em;
	display: grid;
	grid-auto-flow: column;
	grid-auto-rows: 1fr;
	grid-template-columns: 52px 1fr;
	gap: 1em 1.5em;
	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
	font-style:italic;
}
.hero-steps .hero-step .number {
	color:#FFF;
	background-color:#B98F26;
	border-radius:6px;
	font-size:18px;
	font-weight:600;
	font-style:normal;
	width:100%;
	height:52px;
	line-height:52px;
	text-align:center;
}
.hero-steps .hero-step:first-child .number {
	background:#FFBA00;
}
.hero-steps .hero-step:last-child .number {
	background:#806D43;
}
.hero-steps .hero-step h3 {
	font-size:16px;
	margin-bottom:10px;
	line-height:1.3;
	font-weight:600;
}
.kbfx-hero-widget .hero-quote-background .hero-steps .hero-step p {
	margin:0;
	line-height:1.2;
	text-align:left;
	font-size:14px;
}
.hero-steps .yellow-btn.button {
	margin-top:1em;
}
@media (max-width:991px) {
	.hero-steps,
	.hero-steps .yellow-btn.button,
	.hero-steps .hero-text  {
		max-width:524px;
		width:100%;
		margin:auto;
	}
	.hero-steps {
		justify-items: stretch;
	}
	.hero-steps .yellow-btn.button {
		display:block
	}
	.hero-steps .hero-button {
		display:block;
		width:100%;
		text-align:center;
	}
	.hero-steps .hero-step {
		justify-items: start;
	}
	.hero-steps {
		justify-items: stretch;
		max-width: 100%;
		margin: auto;
		margin-top:56px
	}
}
