.new-customers-section {
	padding: 95px 0;
	background-color: #0A1B5F;
	text-align: center;
}

.new-customers-section p,
.new-customers-section h2 {
	color: white;
}

.offlease-newcustomers-wrapper {
	border-radius: 16px;
	padding: 40px;
	border: 1px solid rgba(102, 161, 255, 0.20);
	background: linear-gradient(180deg, rgba(204, 224, 255, 0.03) 17.72%, rgba(0, 97, 255, 0.08) 94.22%);
	height: 100%;
}

.offlease-newcustomers-subheader {
	font-size: 24px;
	margin-bottom: 16px;
}

.offlease-newcustomers-header {
	background: -webkit-linear-gradient(-180deg, #0061FF, white);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 16px;
}

.offlease-newcustomers-text {
	font-size: 20px;
	max-width: 500px;
	margin: auto
}

.offlease-newcustomers-disclaimer a,
.offlease-newcustomers-disclaimer {
	font-size: 12px;
	color: white;
}

.new-customers-section .button a.blue-btn {
	border-radius: 94px;
	background-color: #0061FF;
	display: inline-block;
	padding: 16px 40px;
	align-items: center;
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
}

.new-customers-section .button {
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: center;

}

.offlease-newcustomers-disclaimer a:hover {
	color: white;
}

.offlease-newcustomers-text {
	line-height: 1.5;
}