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

.p-container {
	background-color: #f8f9fa;
	padding: 20px;
}

.p-container-2 {
	background-color: #f8f9fa;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 60px;
}

.flex--row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 125px;
}

.flex-row-2 {
	display: flex;
}

.huge-paragraph {
	font-size: 72px;
	font-weight: 800;
	line-height: 87.14px;
	letter-spacing: -2%;
	text-align: right;
	color: #ffc400;
	font-family: 'Inter', sans-serif;
}

.paragraph {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #000;
}

.paragraph-bold {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 4px;
}

.yellow-underline {
	border-bottom: 5px solid #ffc400;
	width: fit-content;
	margin-bottom: 16px;
}

.inner-container {
	padding-left: 2px;
	padding-right: 42px;
}

.mb {
	margin-bottom: 30px;
}

.tread-image {
	margin-top: -100px;
	margin-left: -15px;
}

.header-small {
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 38.73px;
}

.border-yellow {
	border-left: 6px solid #ffc400;
}

.tires-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	max-width: 100%;
}

.tire-image {
	transition: all 0.2s;
	border-bottom: 4px solid #ffff;
	width: 100%;
	max-width: 19%;
	height: auto;
}

.tire-border {
	border-bottom: 6px solid #ffc400;
	scale: 1.05;
}

.banner-container {
	background-image: url(/img/manufacturerpages/tread.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 24px;
	padding: 62px;
	background-color: #ffc400;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.banner-container .header-small {
	text-align: left;
}

.description-container {
	margin-top: 48px;
	display: flex;
	align-items: center;
}

.hpu-inner-container {
	background-color: #f8f9fa;
	padding: 29px;
}

.hpu-inner-container .header-small {
	text-align: left;
	margin-bottom: 5px;
}

.hpu-photo {
	height: auto;
	width: 100%;
}

.offer-container {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
	.description-container {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.p-container {
		margin-left: 20px;
		margin-right: 20px;
	}
	.tires-container {
		margin-left: 20px;
		margin-right: 20px;
	}
	.p-container-2 {
		max-width: none;
		margin-left: 20px;
		margin-right: 20px;
	}

	.flex-row-2 {
		position: relative;
	}

	.tread-image {
		position: absolute;
		right: 0;
		top: 100;
		margin-top: 0;
		margin-left: 0;
		z-index: -1;
	}
	.description-container {
		flex-direction: column;
	}
}

@media only screen and (max-width: 800px) {
	.flex--row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
	.banner-container {
		background-image: none;
		padding: 20px;
	}
	.inner-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.w-470 {
		width: auto;
		padding: 20px;
	}

	.offer-container {
		flex-direction: column-reverse;
	}

	.p-container {
		padding-bottom: 0;
	}

	.p-container-2 {
		margin-top: 10px;
	}
}
