.supercharge {
	display: flex;
	padding-top: 3rem;
	padding-bottom: 1rem;
	justify-content: space-evenly;
}

.supercharge .supercharge_image {
	width: 50%;
	height: auto;
}

.supercharge .supercharge_image img{
	width: 100%;
	margin-left: -3rem;
}

.supercharge .supercharge_text {
	width: 50%;
	margin-left: 2rem;
}

.supercharge .supercharge_text h2 {
	font-weight: 600;
	font-size: 48px;
	letter-spacing: -0.03em;
	color: #535053;
	margin-bottom: 2rem;
}

#spin {
	background: linear-gradient(230.01deg, #ff9b00 10.94%, #ed4d37 89.46%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	letter-spacing: -0.03em;
}

.supercharge-features {
	max-width: 500px;
}

.supercharge_para {
	margin-bottom: 2rem;
	font-weight: 300;

}

.align_center {
	display: flex;
	align-items: center;
}

.supercharge .supercharge_text p {
	font-size: 18px;
	letter-spacing: -0.01em;
	color: rgb(83, 80, 83);
	width: 85%;
	word-break: break-word;
	font-weight: 300;
}

.supercharge-inside {
	display: flex;
	margin-bottom: 1rem;
}

.supercharge-inside img {
	width: 28px;
	height: 28px;
	margin-top: 4px;
}

.supercharge-inside .para {
	margin: 0;
	margin-left: 12px;
	font-weight: 500;
	font-size: 20px;

}

@media (max-width: 1250px) {
	.supercharge {
		padding-top: 0rem;
	}
	.supercharge .supercharge_image {
		width: 40%;
	}

	.supercharge .supercharge_text {
		width: 60%;
		margin-left: 1rem;
	}
}

@media (max-width: 991px) {
	.supercharge {
		flex-direction: column;
	}
	.supercharge .supercharge_image {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.supercharge .supercharge_text {
		width: 80%;
		margin-top: 0rem;
	}
}

@media (max-width: 763px) {
	.supercharge .supercharge_text h2 {
		font-size: 28px;
		margin-bottom: 1rem;
	}

	.supercharge .supercharge_text p {
		font-size: 14px;
	}

	.supercharge-inside img {
		width: 18px;
		height: 18px;
		margin-top: 2px;

	}

	.supercharge .supercharge_image img{
		margin-left: 0rem;
	}

	.supercharge .supercharge_text {
		width: 90%;
	}
	
}

@media (max-width: 550px) {
	.supercharge-features {
		max-width: 350px;
	}
}
