/* ABOUT US / History */
.lead {
	font-size: 1.25rem;
	color: #555;
	margin-bottom: 30px;
	line-height: 1.8;
}

.history-section {
	padding: 60px 0;
}

.history-content {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 40px;
	margin-top: 40px;
	align-items: start;
}

.history-text h3 {
	color: #001367;
	margin: 25px 0 15px;
	font-size: 1.3rem;
}

.history-text p {
	color: #555;
	margin-bottom: 15px;
	line-height: 1.7;
}

.history-list {
	margin: 15px 0 15px 20px;
	color: #555;
}

.history-list li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.history-image img {
	width: 100%;
	height: auto;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.history-full {
	margin-top: 40px;
}

@media (max-width: 900px) {
	.history-content {
		grid-template-columns: 1fr;
	}
}
