.wh-adult-help-grid {
	display: grid;
	grid-template-columns: 1fr;
	color: #806f62;
	overflow: hidden;
}

.wh-adult-help-item {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 0;
	padding: 27px 0 28px;
	border-top: 1px solid #ded5cc;
}

.wh-adult-help-item:last-child {
	border-bottom: 1px solid #ded5cc;
}

.wh-adult-help-number {
	align-self: start;
	padding-top: 3px;
	color: #b58a3d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.wh-adult-help-text {
	min-width: 0;
}

.wh-adult-help-title {
	margin: 0 0 8px;
	color: #503e31;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.wh-adult-help-description {
	margin: 0;
	color: #806f62;
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.wh-adult-help-grid {
		grid-template-columns: 1fr;
	}

	.wh-adult-help-item {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 23px 0 24px;
	}

	.wh-adult-help-number {
		font-size: 14px;
	}

	.wh-adult-help-title {
		font-size: 20px;
	}
}
