@charset "utf-8";
iframe{
	width:100%;
	height:400px;
	margin-top:20px;
}
.car{
	background-color:var(--orange-color);
}
/*mobile*/
@media screen and (max-width:599px) {

}
