.onetimeoffer-section {
	background: url(/assets/img/thankyou-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.onetimeoffer-section .sec-title h1 {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	font-size: 2.5rem;
	line-height: 1;
}

.onetimeoffer-section .sec-title p {
	font-size: 0.95rem;
	font-weight: 500
}

.onetimeoffer-section .sec-title p b {
	font-size: 1.6rem;
	line-height: 1;
	font-style: italic;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.onetimeoffer-section .sec-title hr {
	border-top: 2px dashed rgba(255, 255, 255, 1)
}

.bg-gradient-color {
	background: rgb(89, 201, 249);
	background: -moz-linear-gradient(90deg, rgba(89, 201, 249, 1) 0%, rgba(87, 83, 228, 1) 61%);
	background: -webkit-linear-gradient(90deg, rgba(89, 201, 249, 1) 0%, rgba(87, 83, 228, 1) 61%);
	background: linear-gradient(90deg, rgba(89, 201, 249, 1) 0%, rgba(87, 83, 228, 1) 61%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59c9f9", endColorstr="#5753e4", GradientType=1);
	color: #fff;
}

.sec-title p.notes-text,
.sec-title p.notes-text b {
	font-size: 0.75rem;
	letter-spacing: 0
}

.benefits-section {
	background: linear-gradient(#d84d2f, #e37c54);
}

@media only screen and (max-width:768px) {
	.sec-title h3 {
		font-size: 18px
	}

	.onetimeoffer-section .sec-title h1 {
		font-size: 2rem
	}

	.onetimeoffer-section .sec-title p {
		font-size: 1rem
	}
}