.vhf-info-page--aarshjul .vhf-info__yearwheel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

.vhf-info-page--aarshjul .vhf-info__hero--image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vhf-info__event {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 19px;
	align-items: start;
	min-height: 128px;
	padding: 25px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 13px;
	box-shadow: 0 8px 24px rgba(23, 34, 82, .065);
}

.vhf-info__event-time {
	display: grid;
	place-items: center;
	min-height: 45px;
	padding: 8px 7px;
	color: var(--blue);
	background: var(--soft);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .055em;
	text-align: center;
}

.vhf-info__event h2 {
	margin: 2px 0 10px;
	color: var(--navy);
	font-size: 19px;
	line-height: 1.35;
}

.vhf-info__event p {
	margin: 0;
	color: var(--text);
	font-size: 13px;
	line-height: 1.55;
}

.vhf-info__event p span {
	margin-right: 5px;
	color: var(--blue);
	font-size: 7px;
	vertical-align: 2px;
}

.vhf-info__yearwheel-note {
	max-width: 850px;
	margin: 28px 0 0;
	padding: 24px 27px;
	color: var(--text);
	background: var(--soft);
	border: 1px solid #dbe5f4;
	border-radius: 11px;
	line-height: 1.7;
}

.vhf-info__yearwheel-note > :last-child {
	margin-bottom: 0;
}

@media (max-width: 850px) {
	.vhf-info-page--aarshjul .vhf-info__yearwheel { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.vhf-info__event { grid-template-columns: 70px minmax(0, 1fr); gap: 15px; min-height: 0; padding: 21px 18px; }
	.vhf-info__event h2 { font-size: 17px; }
	.vhf-info__yearwheel-note { padding: 22px 20px; }
}
