/** Shopify CDN: Minification failed

Line 7:21 Unexpected "{"
Line 7:30 Expected ":"

**/
.guaranteed-results-{{ section.id }} .container {
	max-width: 1194px;
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
}
h2.guaranteed-results-head {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 40px;
	font-family: Montserrat;
	text-align: var(--text-align);
	color: var(--text-color);
	text-transform: capitalize;
	line-height: 1.5em;
}
p.guaranteed-results-sub {
	text-align: var(--text-align);
	text-transform: uppercase;
	font-size: 20px;
	font-family: Montserrat;
	position: relative;
	font-weight: 400;
	margin-bottom: 50px;
}
.guaranteed-results {
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	box-shadow: #00000040 0 0 10px;
	padding: 20px;
	text-align: var(  --text-align);
}
.guaranteed-results-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	max-width: 900px;
	margin: 0 auto;
}
.guaranteed-results span svg {
	height: 50px;
	margin: 0 auto 8px;
	color: #09a459;
	padding-bottom: 15px;
}
.guaranteed-results span svg path {
	fill: #09a459;
}
.guaranteed-results h4 {
	margin-top: 0;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
}
.guaranteed-results p {
	font-size: 16px;
	line-height: 20px;
	margin-top: -10px;
	font-family: Montserrat;
	font-weight: 400;
}
.button-main-result {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 500px;
	margin: 40px auto 0;
}


@media screen and  (max-width:1100px){
	h2.guaranteed-results-head {
		font-size: 35px;
	}
	p.guaranteed-results-sub {
		font-size: 18px;
		margin-bottom: 30px;
	}
}


@media screen and (max-width:767px){
	h2.guaranteed-results-head {
		font-size: 26px;
	}
	p.guaranteed-results-sub {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:500px){
	.guaranteed-results-inner {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}