h1 {
	font-size: 35px;
}
h2{
	font-size: 30px;
}

.fc-buy-bg {
	text-align: center;
}

.buy-bg h1 {
	font-size: 35px;
	margin-bottom: 20px;
}

.fc-buy-bg h1 i {
	color: #ff9900;
}

.deal-of-the-ends {
	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 16px;
	background: linear-gradient(90deg, rgba(87, 252, 195, 0.00) 4%, rgba(59, 237, 226, 0.2) 52.73%, rgba(87, 252, 195, 0.00) 100%);
	color: #1C1C1C;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.countdown_hours {
	color: #38B0F1;
	width: 30px;
	margin: 0 5px;
}

.countdown_minute {
	color: #38B0F1;
	width: 30px;
	margin: 0 5px;
}

.countdown_second {
	color: #38B0F1;
	width: 30px;
	margin: 0 5px;
}

.countdown_ms {
	color: #38B0F1;
	width: 30px;
	margin: 0 10px;
}
.fc-buy-item ul li{
	text-align: left;
}
.fc-buy-faq li span{
	font-size: 18px !important;
}