@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%;
}

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

.list-article-dots {
	margin-left: 20px;
	list-style: circle !important;
}

.h2-bold {
	/* h2-desktop */
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 62px;
}

.my-48 {
	margin-top: 48px;
	margin-bottom: 48px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-62 {
	margin-top: 62px !important;
}

.text-center {
	text-align: center;
}

.season-container {
	background: #f8f8f8;
	padding: 55px;
	margin-top: 62px;
	display: flex;
	gap: 40px;
}

.large-number {
	color: #444;
	font-family: Montserrat;
	font-size: 100px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.custom-list-item {
	display: flex;
	gap: 55px;
	align-items: center;
}

.season-items-wrapper {
	display: flex;
	gap: 40px;
}

.vertical-divider {
	width: 2px;
	height: inherit;
	flex-shrink: 0;
	background: #ddd;
}

.flex-column {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}

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

.link {
	font-family: Montserrat;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

@media only screen and (max-width: 1024px) {
	.season-items-wrapper {
		flex-direction: column;
	}

	.paragraph {
		color: #000;

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

	.h2-bold {
		color: #000;

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

	.season-container {
		background: #f8f8f8;
		padding: 34px 20px;
		margin-top: 29px;
	}

	.vertical-divider {
		display: none;
	}

	.custom-list-item {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.large-number {
		color: #444;
		font-family: Montserrat;
		font-size: 64px;
		font-style: normal;
		font-weight: 900;
		line-height: 64px; /* 100% */
	}
}

@media only screen and (max-width: 1024px) {
	.season-container {
		background: #f8f8f8;
		padding: 34px 20px;
		margin-top: 29px;
		flex-direction: column;
	}

	.h2-bold {
		margin-top: 42px;
	}

	.paragraph {
		margin-top: 24px;
	}

	.mt-62 {
		margin-top: 24px !important;
	}

	.flex-column {
		gap: 0px;
	}
}
