*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.scooty1{
	background-color: #6784B0;
	padding: 30px 30px 0px 30px;
}

.scooty1 img{
	margin-bottom: 30px;
}

.scooty1 .from_price * {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: white;
    padding-bottom: 20px;
}

.from_price div .bold{
	font-size: 35px;
	font-weight: bolder;
}.thin{
	margin-left: 10px;
	font-size: 17px;
	font-weight: 400;
}

.line_clr{
	color: #C2CBE4;
}


.card1footer{
	background-color: #1E3B6A;
	padding: 10px;
	text-align: center;
	color: white;
	border-radius: 0px 0px 10px 10px;
}

.scooty2{
	background-color: #ECECEC;
	padding: 30px 30px 0px 30px;
}

.scooty2 img{
	margin-bottom: 30px;
}

.scooty2 .from_price * {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    padding-bottom: 20px;
}

.scooty2 .from_price div .bold{
	font-size: 35px;
	font-weight: bolder;
}.thin{
	margin-left: 10px;
	font-size: 17px;
	font-weight: 400;
}

.scooty2 .line_clr{
	color: #939394;
}

.card2footer{
	background-color: black;
	padding: 10px;
	text-align: center;
	color: white;
	border-radius: 0px 0px 10px 10px;
}



.scooty3{
	background-color: #EB514F;
	padding: 30px 30px 0px 30px;
}

.scooty3 img{
	margin-bottom: 30px;
}


.scooty3 .from_price * {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: white;
    padding-bottom: 20px;
}

.scooty3 .from_price div .bold{
	font-size: 35px;
	font-weight: bolder;
}.thin{
	margin-left: 10px;
	font-size: 17px;
	font-weight: 400;
}

.scooty3 .line_clr{
	color: #C2CBE4;
}


.card3footer{
	background-color: #861F2A;
	padding: 10px;
	text-align: center;
	color: white;
	border-radius: 0px 0px 10px 10px;
}

.ownersection{
	background-color: #17202B;
	color: white;
}

.ownersection h2{
	font-weight:800;
	font-size: 38px;
}

.ownersection .card{
	background-color: #17202B;
	color: white;
}




@media(max-width:600px){
	.ownersection .para{
		font-size: 5px;
		font-weight: 600px;
		background-color: white ;
	}

}

@media(min-width:927px ){
	.ownersection .para{
		font-size: 10px;
		font-weight: 800px;
	}

@media(min-width:1200px ) and (max-width:1200px){
	.ownersection .para{
		font-size: 18px;
		font-weight: 800px;
	}

