body {
	font-family: 'Heebo', sans-serif;
}

._video {
	background-image:url('../images/subaru-desk2.jpg');
}

.logo-car {
    width: 18vw;
    margin: auto;
}

.top_content h2 {
	line-height:0.8;
}

.top_content h2 span {
	display: block;
	direction: rtl;
	font-size: 40%;
	font-weight: normal;
	margin-top: -0.2vw;
}

.top_content h2 .title-text {
    font-weight: 500;
    font-size: 44px;
    direction: rtl;
    line-height: 1;
}
.top_content h2 .title-text span {
	display:inline;
    font-weight: 500;
    font-size: 44px!important;
    direction: rtl;
    line-height: 1;
}
.top_content h2 .title-text span.desktop_hide {
	display:none;
}

@media (max-width: 1024px){
	._video {
		background-image: url('../images/subaru-mob-for.jpg');
	}
	
	.logo-car {
		width: 45vw;
	}
	
	.top_content h2 .title-text {
		font-weight: 600;
		font-size: 20px;
		direction: rtl;
		line-height: 1;
		 margin-top: 0vw; 
	}	
	.top_content h2 .title-text span.desktop_hide {
		font-weight: 600;
		display:inline;
		font-size: 20px!important;
	}

	.top_content h2 span {
		display: block;
		direction: rtl;
		font-size: 28%;
		font-weight: 600;
		font-weight: normal;
		margin-top: -2vw;
	}
}



/*===== SUMMER SALE =====

@media (max-width: 1024px) {
	.top_content h2 {
		width:fit-content;
	}
	.lis_btn {
		margin-right:0;
	}
}*/