@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 {
	color: #000;

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

.h2-bold {
	color: #000;

	/* h2-desktop */
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 48px;
}

.tire-types-p {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	background: #ff3b30;
}

.tire-types-p p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0 !important;
}

.footer-p {
	margin-top: 88px;
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
}

.section-container {
	display: flex;
	align-items: center;
	gap: 48px;
	margin-top: 88px;
	margin-bottom: 88px;
}

.image-container img {
	height: 100%;
	max-width: 500px;
	padding: 0;
	margin: 0;
	object-fit: fill;
}

.tyre-types-container {
	display: flex;
	padding: 48px;
	justify-content: center;
	align-items: flex-end;
	gap: 80px;
	margin-top: 32px;
	background: #ececec;
	margin-bottom: 88px;
}

.tyre-types-image {
	padding: 24px 24px 0 24px;
	background-color: #fff;
}

.tyre-types-image img {
	max-width: 160px;
}

.tyre-types-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.link {
	font-size: inherit;
	color: inherit;
}

.button-link {
	cursor: pointer;
	padding: 16px;
	border: 2px solid #f00;
	color: #000;

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

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

@media only screen and (max-width: 1024px) {
	.paragraph {
		font-size: 20px;
	}

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

	.section-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
		align-self: stretch;
	}

	.image-container img {
		content: url('/img/artykuly/10-lat-gwarancji-triangle/big-tire-image-triangle-md.png');
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.tyre-types-container {
		flex-direction: column;
		align-items: center;
		gap: 48px;
		margin-bottom: 48px;
	}

	.section-container {
		margin-top: 48px;
		margin-bottom: 48px;
	}

	.paragraph {
		color: #000;

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

	.h2-bold {
		color: #000;

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

	.footer-p {
		color: #000;

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

	.button-link {
		color: #000;

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