.transport-car {
	padding: 4rem 3rem;
	display: flex;
	background-image: url("../images/aerospace/car-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.transport-car .info {
	width: 30rem;
}

.transport-car .info div {
	width: 100%;
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #121418;
	line-height: 28px;
	margin-bottom: 1.5rem;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 5; */
}

.transport-car .info div:first-child::first-letter{
	font-size: 24px;
	font-weight: bold;
}

.transport-car img {
	width: 25rem;
	height: 18.7rem;
	object-fit: cover;
	margin-left: 4rem;
}

.export-box {
	display: flex;
	justify-content: space-between;
}

.export-box .item {
	width: calc((100% - 2rem) / 3);
	overflow: hidden;

}

.export-box .item div {
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 24px;
	color: #121418;
	line-height: 32px;
	text-align: center;
	margin-top: 36px;

}

.export-box .item .img {
	width: 100%;
	height: 17.5rem;
	overflow: hidden;
}

.export-box .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
}

.export-box .item .img img:hover {
	transform: scale(1.2);
}

@media (max-width: 1600px) {
	.export-box .item .img {
		height: 20.5rem;
	}

	.transport-car img {
		width: 34rem;
		height: 24.7rem;
	}

	.transport-car .info {
		width: 33rem;
	}
}

@media (max-width: 1460px) {
	.transport-car .info {
		width: 41rem;
	}

	.transport-car {
		padding: 60px 40px;
	}

	.transport-car .info {
		width: 38rem;
	}

	.transport-car img {
		width: 37rem;
		height: 27.7rem;
		margin-left: 20px;
	}

	.transport-car .info div {
		font-size: 16px;
		line-height: 24px;
	}

	.export-box .item {
		width: calc((100% - 60px) / 3);
	}
}

@media (max-width: 1152px) {
	.transport-car .info div {
		font-size: 14px;
		line-height: 24px;
	}
	.transport-car .info {
		width: 41rem;
	}

	.export-box .item div {
		line-height: 32px;
		margin-top: 20px;
	}

	.transport-car img {
		width: 42rem;
		height: 31.7rem;
	}

	.export-box .item div {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 900px) {
	.transport-car img {
		display: none;
	}

	.transport-car .info {
		width: 54%;
	}

	.transport-car {
		padding: 40px;
	}
}

@media (max-width: 750px) {
	.transport-car {
		padding: 20px;
	}

	.transport-car .info div {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.export-box .item div {
		font-size: 16px;
		line-height: 20px;
		margin-top: 10px;
	}
	
	

}

@media (max-width: 550px) {
	.export-box {
		flex-wrap: wrap;
	}
	
	.transport-car{
		background-color: #f0f0f0 ;
		background-image: none;
	}
	
	.transport-car .info{
		width: 100%;
	}

	.export-box .item {
		width: 100%;
		margin-bottom: 10px;
	}

	.export-box .item .img {
		height: 68.5rem;
	}
	
	.transport-car .info div:first-child::first-letter{
		font-size: 22px;
	}
}
