*{
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{
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

h2{
	font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 100% */
text-transform: uppercase;
}
.heading p{
	font-size: 18px;
	line-height: 120%;
}

.compare-table-wrap{
	margin: 60px 0 0;
}
.compare-top-row{
	display: flex;
}
.compare-top-col{
	width: 50%;
}
.compare-top-title-col{
	width: 25%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 100% */
text-align: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.20);
border-top: 1px solid #fff;
padding: 0 20px;
}
.compare-top-title-col img{
	height: 38px;
}
.compare-top-title-col.featured{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.compare-row{
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.compare-title-col{
	width: 50%;
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 70px;
    padding: 0 20px;
}
.compare-content-col{
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.compare-content-col.featured{
	border-right: 1px solid #000;
}
.compare-row.last{
	border: 0;
}
.compare-content-col.featured.last{
	border-bottom: 1px solid #000;
}


@media (max-width: 1280px){

}

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

@media (max-width: 768px){
}

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

.compare-top-title-col{
	font-size: 18px;
	height: 90px;
}
.compare-title-col{
	font-size: 16px;
	line-height: 26px;
}
}