.content .title {
	line-height: 1.1;
	font-size: 40px;
	font-weight: 500;
}

.content-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	margin-top: 6.5rem;
	flex-wrap: wrap;
}

.content .title,
.content p {
	color: black;
}

.content {
	width: 30%;
	text-align: left;
}

.free-img {
	width: auto;
	flex-shrink: 0;
}

.free-img img {
	width: 100%;
	height: auto;
}

.content p {
	margin: 3.6rem 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.content {
		width: 80%;
	}

	.free-img {
		width: 36rem;
	}
}

@media (max-width: 768px) {
	.content-img {
		display: block;
		margin-top: 2rem;
		text-align: center;
	}
.btn
{
	display: block;
}
	.content {
		width: 100%;
		text-align: center;
		padding: 0 1rem;
	}

	.content .title {
		font-size: 32px;
	}

	.content p {
		margin: 2rem 0;
		text-align: center;
	}

	.free-img {
		width: 100%;
		max-width: 30rem;
		margin: 1rem auto;
	}
}

@media (max-width: 480px) {
	.content .title {
		font-size: 28px;
	}

	.content p {
		font-size: 14px;
	}

	.free-img {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.demo {
		padding: 9rem 0;
	}
}
