@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Racing+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=M+PLUS+1:wght@100..900&family=Racing+Sans+One&display=swap');

.title {
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 50px;
	font-family: 'Poppins', sans-serif;
	width: 100%;
}

.paragraph {
	/* p-desktop */
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}

.offer-container {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	margin-bottom: 48px;
}

.offer-tile {
	border-radius: 22px;
	border: 2px solid #172169;
	padding: 40px 64px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.offer-title {
	color: #000;
	text-align: center;
	font-family: 'M PLUS 1';
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -1.4px;
	text-transform: uppercase;
}

.offer-price {
	color: #f9cf01;
	text-align: center;
	font-family: 'Racing Sans One';
	font-size: 68px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	letter-spacing: -3.4px;
	text-transform: uppercase;
}

.h2-desktop {
	margin-top: 24px;
	color: #000;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.step-item {
	display: flex;
	gap: 52px;
	margin-top: 48px;
	margin-bottom: 48px;
	align-items: center;
}

.step-title {
	color: #172169;
	font-family: Geologica;
	font-size: 117px;
	font-style: italic;
	font-weight: 700;
	line-height: 74px; /* 63.248% */
	letter-spacing: -5.85px;
	text-transform: uppercase;
}

.step-description {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
	letter-spacing: -0.8px;
	flex: 1 0 0;
}

@media only screen and (max-width: 992px) {
	.offer-container {
		flex-direction: column;
		gap: 32px;
	}

	.step-item {
		gap: 24px;
	}

	.step-title {
		font-size: 80px;
	}
}
