.storyline-section {
	padding: 80px 15px;
	background: #f9f9f9;
	font-family: "Arial", sans-serif;
}

.storyline-content {
	max-width: 80%;
	margin: auto;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.storyline-content img {
	max-width: 150px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.storyline-content h1 {
	font-size: 32px;
	margin-bottom: 20px;
	color: #2b2b2b;
}

.storyline-content p {
	font-size: 17px;
	line-height: 1.7;
	color: #444;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.storyline-content {
		padding: 20px;
	}

	.storyline-content h1 {
		font-size: 26px;
	}
}
