    .sales-banner-wrap {
		width: 100%;
		max-width: 1040px;
		margin-right: auto;
		margin-left: auto;
	}

	.sales-banner-wrap img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1040 / 585;
		object-fit: contain;
	}

	.sales-material-summary {
		max-width: 1040px;
		margin: 0 auto;
		color: #333;
		text-align: left;
	}

	.sales-material-summary__title {
		display: flex;
		align-items: center;
		gap: 20px;
		margin: 0 0 24px;
		color: #0054ae;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;
		white-space: nowrap;
	}

	.sales-material-summary__title::before,
	.sales-material-summary__title::after {
		width: 100%;
		height: 1px;
		background: #0054ae;
		content: "";
	}

	.sales-material-summary__items {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 48px;
	}

	.sales-material-summary__item {
		display: flex;
		align-items: center;
		gap: 18px;
		min-width: 0;
	}

	.sales-material-summary__icon {
		display: flex;
		width: 76px;
		height: 76px;
		flex: 0 0 76px;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: #074BA9;
		color: #fff;
	}

	.sales-material-summary__icon img {
		width: 76px;
		height: 76px;
		object-fit: contain;
	}

	.sales-material-summary__copy h3 {
		margin: 0 0 6px;
		color: #0054ae;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.4;
	}

	.sales-material-summary__copy p {
		margin: 0;
		font-size: 14px;
		line-height: 1.7;
	}

	@media (max-width: 767.98px) {
		/* Prevent the shared header wrapper from inheriting the legacy 50% hero height. */
		.global-navbar.hero-image {
			height: auto !important;
			min-height: 0 !important;
			padding-bottom: 0 !important;
		}

		.sales-material-summary {
			padding-top: 12px;
		}

		.sales-material-summary__title {
			gap: 12px;
			margin-bottom: 20px;
			font-size: 18px;
		}

		.sales-material-summary__items {
			grid-template-columns: 1fr;
			gap: 20px;
			max-width: 360px;
			margin: 0 auto;
		}

		.sales-material-summary__icon {
			width: 64px;
			height: 64px;
			flex-basis: 64px;
		}

		.sales-material-summary__icon img {
			width: 40px;
			height: 40px;
		}
	}
