.dcw-delivery-section {
	padding: 100px 20px;
}

.dcw-delivery-section .section-header {
	max-width: 700px;
	margin: 0 auto 60px;
	text-align: center;
}

.dcw-delivery-section .dcw-subtitle {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 14px;
}

.dcw-delivery-section .dcw-heading {
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: 800;
	font-size: 40px;
}

.dcw-delivery-section .dcw-description {
	line-height: 1.8;
	margin: 0;
	font-size: 17px;
}

.dcw-delivery-section .delivery-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 25px;
}

.dcw-delivery-section .delivery-card {
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 20px;
	padding: 35px 25px;
	text-align: center;
	border: 1px solid #ececec;
	transition: 0.35s ease;
}

.dcw-delivery-section .delivery-grid.dcw-hover-on .delivery-card:hover {
	transform: translateY(-8px);
}

.dcw-delivery-section .dcw-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.dcw-delivery-section .delivery-card h3 {
	font-size: 22px;
	margin: 0 0 12px;
	font-weight: 600;
}

.dcw-delivery-section .delivery-card p {
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

/* Small mobile heading scale */
@media (max-width: 480px) {
	.dcw-delivery-section .dcw-heading {
		font-size: 26px;
		line-height: 1.3;
	}
}
