*{
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;
}
.heading{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
h2{
font-size: 52px;
font-weight: 700;
line-height: 120%;
}
.compare-table-wrap{
	margin: 60px 0 0;
}
.compare-top-row{
	display: flex;
	border-bottom: 1px solid #000;
}
.compare-top-col{
	width: 50%;
}
.compare-top-title-col{
	width: 25%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	padding: 0 15px;
font-style: normal;
font-weight: 500;
text-align: center;
}
.compare-top-title-col.featured{
	background: #000;
	color: #fff;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.compare-row{
	border-bottom: 1px solid #000;
	display: flex;
}
.compare-title-col{
	width: 50%;
	padding: 22px 15px 22px 0;
	font-weight: 500;
}
.compare-content-col{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
.compare-content-col.featured{
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.compare-row.last{
	border-bottom: 0;
}
.compare-content-col.featured.last{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}


@media (max-width: 1280px){

}

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

@media (max-width: 768px){
.compare-top-title-col{
	font-size: 16px;
}
}

@media (max-width: 479px){
.compare{
	padding: 50px 0;
}
.compare-table-wrap{
	margin: 40px 0 0;
}
h2{
font-size: 32px;
}