body {
	width: 100%;
	margin: 0;
	padding: 0;
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250/var(--tw-bg-opacity))
}
.sizing-block {
	margin-left: auto;
	margin-right: auto;
	max-width: 56rem;
	padding: 1.5rem;
	background-color: #f6f6f;
}
.sizing-block h3 {
	margin-bottom: 1rem;
	font-family: var(--ff-blender);
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	text-transform: uppercase
}
.sizing-block h4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700
}
.sizing-block>div:first-of-type {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
	border-radius: .5rem;
	background-color: var(--clr-white);
	text-align: center;
}
.w-full {
	width: 100%;
}
@media (min-width:1024px) {
	.sizing-block>div:first-of-type {
		flex-direction: row;
		gap: 1rem;
	}
}
.sizing-block>div:first-of-type>div {
	flex-grow: 1;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.sizing-block>div:first-of-type>div:nth-child(2n) {
	border-radius: .25rem;
	--tw-bg-opacity: 1;
	background-color: rgb(229 229 229/var(--tw-bg-opacity));
}

.sizing-block {
	--clr-black: #3c3c3c;
	--clr-white: #f6f6f8;
	--clr-sand: #c1b6ac;
	--clr-gray: #ececec;
	--clr-red: #cf0c2c;
	--clr-blue: #54819f;
	--ff-blender: "Blender Pro";
	--ff-franklin: "ITC Franklin Gothic";
}

body, figure, h1, h2, h3, h4, h5, p, picture {
	margin: 0;
}
body {
	font-family: var(--ff-franklin);
	font-size: 16px;
	line-height: 1.5;
	min-height: 100vh;
}
img, picture {
	max-width: 100%;
	display: block;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}