@media (min-width: 0px) {
	.result {
		padding: 40px 0;
	}

	.result__preheader {
		font-size: 20px;
		line-height: 120%;
		color: #BC625C;
	}

	.result__header {
		font-size: 24px;
		line-height: 120%;
		margin-top: 8px;
		text-transform: uppercase;
	}

	.result__items {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 20px;
		justify-content: center;
	}

	.result__item {
		background: #FAD1CE;
		border-radius: 9.17333px;
		padding: 9px;
		width: 165.12px;
		height: fit-content
	}

	.result__num {
		font-size: 55.04px;
		line-height: 120%;
		text-transform: uppercase;
		color: #FFFFFF;
		opacity: 0.5;
	}

	.result__name {
		font-size: 14px;
		line-height: 120%;
	}

	.result__desc {
		margin-top: 4px;
		font-family: 'Gotham Pro';
		font-size: 11px;
		line-height: 130%;
		color: #1D1D1B;
	}
}

@media (min-width: 640px) {}

@media (min-width: 958px) {

	.result__header {
		font-size: 40px;
	}

	.result__items {
		margin-top: 24px;
		gap: 24px;
	}

	.result__item {
		padding: 16px;
		width: 288px;

		border-radius: 16px;
	}

	.result__num {
		font-size: 96px;
	}

	.result__name {
		font-size: 24px;
	}

	.result__desc {
		font-size: 16px;
		line-height: 130%;
		margin-top: 6px;
	}


}

@media (min-width: 1244px) {
	.result {
		padding: 128px 0;
	}

}