.card__image {
  width: 100px;
}

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	background: radial-gradient(circle at top, rgba(94, 115, 255, 0.14), transparent 24%), #eef2fb;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.header {
  background: unset;
}


.section__container--hero, .section__container--contact  {
	background-color: unset;
}

h1 {
	color: #0f224f;
}

.hero__subtitle {
	font-weight: 400;
	margin-top: 25px;
}

.hero__list li {
	font-weight: 600;
	font-size: 16px;
}

.hero__list ul {
	list-style-type: disclosure-closed;
}

