header.unit {

	padding-bottom: 0;
	min-height: auto;

}

section.unit > .header {
	margin-top: var( --fbs );
}

div.block {
align-items: start;
	display: grid;
	row-gap: var( --gap-smallest );
}

b.bullet {
	display: inline-block;
	font-size: 1.125em;
	line-height: 0em;
/* 	margin-top: 0.5em; */
/* 	margin-bottom: -0.5em; */
}

div.block > div {

	display: grid;
	row-gap: var( --gap-smallest );
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";
  color: var( --clr-blue );
	font-size: 1.5em;
	line-height: 0;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
}

@media ( min-width: 640px ) {

	section.unit > .header {
		margin-top: 0;
	}

}

@media ( min-width: 1280px ) {

	div.block {
		column-gap: var( --gap-big );
		grid-template-columns: 1fr 1fr;
		grid-column: 1 / 3;
		row-gap:
	}

}
