.presale-demo .presale-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}

.presale-demo .presale-header h1 {
	margin: 0 0 0 20px;
}

.presale-demo .presale-header img {
	width: 70px;
}

.presale-demo ul {
	list-style: none;
	padding-left: 25px;
}
  
.presale-demo li {
	position: relative;
}

.presale-demo li::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 8px;
	width: 6px;
	height: 6px;
	border: 2px solid #3b82c4;
	border-radius: 50%;
}

@media (max-width: 480px) {
	.presale-demo .presale-header {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}

	.presale-demo .presale-header h1 {
		margin: 10px 0 0 0;
	}
}