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

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

.h2-bold {
	color: #000;
	margin-top: 50px;
	/* h2-desktop */
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.paragraph {
	color: #000;

	/* p-desktop */
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.number-huge {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fba61b;
}

.list-step {
	display: flex;
	align-items: center;
	gap: 20px;
}

.steps-container {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.paragraph-32 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0%;
	color: #fff;
}

.paragraph-sm {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0%;
	color: #fff;
}

.color-orange {
	color: #fba61b;
}

.link:hover {
	color: #fba61b;
}

.offer-link-button {
	background-color: #fba61b;
	font-size: 16px;
	color: #fff !important;
	padding: 12px 12px;
	border-radius: 10px;
	cursor: pointer;
	width: fit-content;
}

.banner-footer {
	margin-top: 40px;
	display: flex;
	padding: 24px 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	border-radius: 12px;
	background: #fba61b;
}

.paragraph-huge {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.main-image {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
	.steps-container {
		margin-top: 20px;
	}

	.list-step {
		gap: 29px;
	}
	.paragraph-huge {
		color: #000;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal; /* 146.429% */
	}

	.paragraph-32 {
		font-size: 16px;
	}

	.paragraph-sm {
		font-size: 16px;
	}

	.paragraph {
		font-size: 16px;
	}

	.h2-bold {
		font-size: 20px;
	}
}

@media only screen and (max-width: 770px) {
	.list-step {
		align-items: start;
	}
	.title {
		color: #000;

		/* h1-phone */
		font-family: Montserrat;
		font-size: 24px;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
	}

	.paragraph-huge {
		font-size: 16px;
	}
}
