header {
	background-image: none !important;
	background-color: var(--blue1);
}

header.lander .cover {
	margin-right: 4rem;
}

header .textwrapper {
	max-width: 400px;
}

.step {
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}

.step .num {
	width: fit-content;
	height: fit-content;
	padding: 0.7rem 1rem;
	margin-right: 1rem;
	border-radius: 10rem;
	font-family: var(--head);
	font-weight: 600;
	line-height: 1;
	background-color: var(--green1);
	color: white;
}

.pill.solid {
	display: flex;
	flex-direction: row;
	font-weight: 400 !important;
}
