*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

.compare{
	padding: 120px 0;
}
.compare-table-wrap{
	border-radius: 10px;
border: 1px solid #5A86D7;
background: #F1F5FF;
margin: 60px 0 0;
padding: 0 30px;
}
.heading{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	max-width: 800px;
	margin: 0 auto;
	flex-direction: column;
}
.heading h3{
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
}
.heading h2{
font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 120%;
text-transform: capitalize;
}
.compare-top-row{
	display: flex;
}
.compare-top-col{
	width: 40%;
}
.compare-top-title-col{
	width: 30%;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;	
	font-size: 24px;
	text-align: center;
	padding: 0 15px;
}
.compare-top-title-col.featured{
	background: #5A86D7;
	color: #fff;
	font-weight: 600;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-top: -10px;
	padding: 10px 0 ;
	height: 112px;
}
.compare-row{
	display: flex;
	border-bottom: 1px solid rgba(90, 134, 215, 0.20);
}
.compare-title-col{
	width: 40%;
	padding: 20px 20px 20px 0;
	font-weight: 600;
}
.compare-content-col{
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.compare-content-col.featured{
	background: #5A86D7;
}
.compare-row.last{
	border-bottom: 0;
}
.compare-content-col.featured.last{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	    padding-bottom: 10px;
    margin-bottom: -10px;

}

@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
.compare-table-wrap{
	padding: 0;
}
.compare-title-col{
	padding: 20px;
}
.compare-top-title-col{
	font-size: 18px;
}
}

@media (max-width: 479px){
.heading h2{
font-size: 32px;
}

.compare{
	padding: 50px 0;
}
.compare-table-wrap{
	margin: 40px 0 0;
}
}