@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

html body {
	font-family: 'Lato', sans-serif;
	background-color: black!important;
	padding: 0;
	margin: 0
}

a {
	cursor: pointer
}

.introduction {
	background-color: #000;
	color: #fff;
	padding-top: 8%;
	padding-bottom: 5px
}

.introduction h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 20px
}

.introduction p {
	font-weight: lighter;
	font-size: 17px;
	text-align: center;
	padding-right: 7.5%;
	padding-left: 7.5%
}

.truck_box_div {
	background-size: 100%;
	height: 70vw;

}

.truck_box_div .text_desk {

}

.invert_section h1 {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5%;
	color: #4f4f4f
}

.invert_section div a {
	color: red;
	text-align: center;
	display: block;
	padding-bottom: 5%;
	text-decoration: none
}

.invert_section div a:after {
	content: " ";
	background: url("/img/right-chevron.svg") no-repeat;
	background-size: auto;
	background-size: contain;
	display: inline-block;
	height: 9px;
	margin-right: 0px;
	width: 16px
}

.invert_section div a:after {
	font-weight: bold
}

.invert_section div a:hover {
	font-weight: bold
}

.invert_section div p {
	font-weight: lighter;
	font-size: 17px;
	text-align: center;
	padding-right: 7.5%;
	padding-left: 7.5%;
	color: #4f4f4f
}

.invert_section img.car_green {
	width: 100%
}

.advantages h1 {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5%;
	color: #4f4f4f
}

.advantages p {
	font-weight: lighter;
	font-size: 17px;
	text-align: center;
	padding-right: 7.5%;
	padding-left: 7.5%;
	color: #4f4f4f
}

.advantages a {
	display: none;
	color: red;
	text-align: center;
	padding-bottom: 5%
}

.advantages a:after {
	content: " ";
	background: url("/img/right-chevron.svg") no-repeat;
	background-size: auto;
	background-size: contain;
	display: inline-block;
	height: 12px;
	margin-right: 0px;
	width: 16px
}

.advantages .table_advantages .advantage_one,
.advantages .table_advantages .advantage_two {
	display: flex;
	justify-content: space-around
}

img.arrow_green {
	width: 20px;
	height: 20px
}

.advantage_item {
	display: flex;
	justify-content: center;
	width: 50%
}

.table_advantages {
	width: 100%;
	font-weight: lighter;
	padding-top: 5%;
	border-bottom: 3px solid #f8f8f8
}

.table_advantages .advantage_text {
	width: 60%;
	margin: auto;
	text-align: center
}

.table_advantages .advantage_item {
	width: 30%;
	margin: auto
}

.table_advantages .item1,
.table_advantages .item2 {
	display: flex;
	height: 50px;
	padding-left: 7.5%
}

.table_advantages .item1 {
	background-color: #f8f8f8
}

.button_info {
	color: white;
	background: red;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 23px;
	padding: 15px 0px;
	border-radius: 10px;
	bottom: 25px;
	z-index: 9
}

.button_info:hover {
	border: 1px solid #e52028;
	color: #e52028;
	background: #fff
}

.button_area {
	height: 100px;
	margin-top: 35px
}

@media (min-width: 768px) {
	.introduction {
		display: none
	}

	.truck_box_div {
		background-size: 100%;
		height: 400px
	}

	.truck_box_div .text_desk {
		display: block;
		color: white;
		text-align: center
	}

	.truck_box_div .text_desk p {
		font-weight: lighter;
		font-size: 17px;
		padding-right: 7.5%;
		padding-left: 7.5%
	}

	.truck_box_div .text_desk h1 {
		text-transform: uppercase;
		padding-top: 10px
	}

	.advantages a {
		display: block
	}
}

@media (min-width: 992px) {
	.button_info {
		width: 22%;
		font-size: 22px;
		position: relative;
		z-index: 1
	}

	.button_area {
		height: 60px;
		display: flex;
		justify-content: center;
		padding-top: 30px
	}

	.truck_box_div {
		height: 50vw
	}

	.truck_box_div .text_desk p {
		font-size: 22px;
		padding-right: 15%;
		padding-left: 15%;
		padding-top: 20px
	}

	.truck_box_div .text_desk h1 {
		text-transform: uppercase;
		padding-top: 50px;
		font-size: 30px
	}

	.invert_section h1 {
		font-size: 30px;
		padding-top: 30px
	}

	.invert_section div p {
		font-size: 22px;
		padding-left: 15%;
		padding-right: 15%
	}

	.invert_section div a {
		padding-bottom: 45px;
		font-size: 22px
	}

	.advantages h1,
	.advantages p,
	.advantages a {
		display: none
	}

	.advantages .table_advantages {
		width: 60%;
		margin: auto;
		font-size: 18px
	}

	.advantages .table_advantages .item1,
	.advantages .table_advantages .item2 {
		height: 60px
	}
}

@media (max-width: 991px) {

.truck_box_div {
	background-size: 100%;
	height: 70vw;
  }

}
