.image{
	max-width: 300px;
	/* height: 550px; */
	/* background-color: #aaa; */
}

h2{
	margin-top: 100px;
}

h3{
	margin-bottom: 40px;
}
.row1{
	margin-top: 120px;
}

.tab{
	width: 100%;
	padding: 0 30px;
	/* max-width: 500px; */
	margin: 120px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 45px;
	font-weight: 700;
	color: #000000;

}


.tab a:nth-of-type(2){
	margin-left: 200px;
}

@media (max-width:600px) {
	.tab{
		
		font-size: 30px;
		font-weight: 700;
		
	
	}
	
	.tab a:nth-of-type(2){
		margin-left: 70px;
	}
}

@media (max-width:390px) {
	.tab{
		
		font-size: 25px;
		font-weight: 700;
		
	
	}
	
	.tab a:nth-of-type(2){
		margin-left: 40px;
	}
}

.tab div{
	opacity: 0.8;
}
.tab .current{
	color: var(--Vlionblue);
	opacity: 1;
	border-bottom: 5px solid var(--Vlionblue);
}
.contentText {
	font-size: 16px;
	font-weight:500 ;
	color: #000000;
		opacity: 0.8;
}

.product h3{
	font-size: 45px;
	font-weight: 700;
}

@media (min-width:1400px) {
	
	
	.pr130{
		padding-right: 130px;
	}
}