/* ===== ABOUT US PAGE STYLES - Start ===== */
main.about-us-page {
	background: var(--white);
}
/* ===== HERO SECTION - Start ===== */

.about-us-page .hero-text {
	display: flex;
	flex-direction: column;
	gap: var(--blocks-indent);
}

.about-us-page .hero-text h1 {
	margin-bottom: 10px;
}
.about-us-page .hero-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-us-page .hero-tractor {
	width: 100%;
	height: 100%;
}
picture.image.hero-tractor img {
	width: 100%;
	height: 100%;
}
@media (max-width: 1480px) {
	.about-us-page .hero-text h1 {
		margin-bottom: 0;
	}
	.about-us-page .hero-text {
		gap: 6px;
	}
}
@media (max-width: 1279px) {
	.about-us-page .hero-text {
		gap: 15px;
	}
}
/* ===== HERO SECTION - End ===== */

/* ===== ADVANTAGES SECTION - Start ===== */
section.advantages-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-us-page .advantages-grid {
	grid-template-columns: repeat(4, 1fr);
}

.about-us-page .advantage-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 25px;
	background: var(--light-gray);
	clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.about-us-page .advantage-card.advantage-empty-1,
.about-us-page .advantage-card.advantage-empty-2 {
	opacity: 0;
}

.about-us-page .advantage-icon {
	margin-bottom: 10px;
}

.about-us-page .advantage-icon-img {
	width: var(--icon-large);
	height: var(--icon-large);
}

.about-us-page .advantage-title {
	margin-bottom: 5px;
}

.about-us-page .advantage-text {
	max-width: 350px;
	font-size: 18px;
	line-height: 22px;
}
@media (max-width: 1480px) {
	.about-us-page .advantage-text {
		font-size: 15px;
		line-height: 19px;
	}
}
@media (max-width: 1279px) {
	section.advantages-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about-us-page .advantages-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.about-us-page .advantage-card.advantage-empty-1, .about-us-page .advantage-card.advantage-empty-2 {
		display: none;
	}
}
/* ===== ADVANTAGES SECTION - End ===== */

/* ===== PARTS IMAGE SECTION - Start ===== */
.about-us-page .parts-image-section {
	margin: 0;
}

.about-us-page .parts-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-us-page .parts-background {
	width: 100%;
	height: auto;
	display: block;
}
/* ===== PARTS IMAGE SECTION - End ===== */

/* ===== COMPANY STORY SECTION - Start ===== */
section.company-story-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-us-page .story-title {
	margin-bottom: 30px;
}
@media (max-width: 1279px) {
	section.company-story-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about-us-page .story-title {
		margin-bottom: 20px;
	}
}
/* ===== COMPANY STORY SECTION - End ===== */

/* ===== CALL TO ACTION SECTION - Start ===== */
section.call-to-action-section {
	padding-bottom: 80px;
}
section.call-to-action-section .col-50 {
	position: relative;
}
@media (max-width: 1279px) {
	section.call-to-action-section  {
		padding-bottom: 40px;
	}
}
/* ===== CALL TO ACTION SECTION - End ===== */