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

.main-image {
	width: 100%;
	height: auto;
	margin: auto;
	object-fit: cover;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 10px;
}

.title {
	color: #000;
	font-family: Montserrat;
	font-size: 49px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

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

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

.promotion-step-container {
	display: inline-flex;
	align-items: flex-start;
	gap: 85px;
	margin-top: 64px;
}

.promotion-button {
	display: inline-flex;
	padding: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 32px;
	background: #fba618;
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 150% */
	text-decoration: none;
}

.promotion-button:hover {
	text-decoration: none;
	color: #000;
}

.promotion-title {
	color: #000;
	font-family: Montserrat;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.promotion-order {
	color: #004f9e;
	font-family: Montserrat;
	font-size: 100px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.promotion-paragraph {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}

.link {
	font-size: inherit;
}

.ordered-list-container {
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 64px;
}

.ordered-list-container li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 200px;
}

.list-paragraph {
	color: #000;
	text-align: center;

	/* p-tablet */
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
}

.promotion-footer {
	display: flex;
	padding: 64px 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	border-radius: 12px;
	background: #004f9e;
	margin-top: 88px;
}

.promotion-footer-title {
	color: #fff;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px; /* 140.625% */
}

.promotion-footer-paragraph {
	color: #fff;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (max-width: 700px) {
	.paragraph-xl {
		font-size: 14px;
	}

	.paragraph-32 {
		font-size: 18px;
		margin-top: 64px;
	}

	.promotion-order {
		font-size: 80px;
	}

	.promotion-title {
		font-size: 20px;
	}

	.promotion-step-container {
		gap: 24px;
		margin-top: 48px;
	}

	.promotion-button {
		color: #000;
		text-align: center;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 17px; /* 141.667% */
		display: inline-flex;
		padding: 8px 24px;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.promotion-paragraph {
		color: #000;

		/* p-phone */
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 171.429% */
	}

	.ordered-list-container li {
		width: 100%;
	}

	.list-paragraph {
		width: 100%;
	}

	.promotion-footer {
		display: flex;
		padding: 64px 24px;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		margin-top: 64px;
	}

	.promotion-footer-title {
		color: #fff;

		/* h2-phone */
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.promotion-footer-paragraph {
		color: #fff;

		/* p-phone */
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 171.429% */
	}
}
