html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
	margin: 0;
	padding: 0;
}

address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
	margin-bottom: 20px;
}

li > ol,
li > ul {
	margin-bottom: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	min-width: 0;
	border: 0;
}

button,
input,
optgroup,
select,
textarea {
	line-height: inherit;
}

button {
	color: inherit;
}

body {
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 400;
}

.container {
	max-width: 860px;
	padding-inline: 15px;
	margin-inline: auto;
}

.logo {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 24px;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 20px;
}

.heading {
	max-width: 520px;
	margin-block-start: 80px;
	margin-block-end: 100px;
}

.heading h2 {
	font-size: 40px;
	line-height: 1.22;
}

.button {
	display: block;
	width: 180px;
	color: currentColor;
	text-align: center;
	text-decoration: none;
	border: 1px solid #878787;
	border-radius: 8px;
	padding-block: 16px;
	margin-block-end: 20px;
}

.button-label {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'neue-haas-grotesk-text', sans-serif;
	font-weight: 700;
	margin-bottom: 14px;
}

@media screen and (min-width: 900px) {
	.heading {
		max-width: none;
	}

	.heading h2 {
		font-size: 64px;
	}
}
