*{
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{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

h2{
	font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}
.compare-table-wrap{
	margin: 60px 0 0;
}
.compare-top-row{
	display: flex;
	border-bottom: 1px solid rgba(18, 18, 18, 0.20);
}
.compare-top-ct-col{
	width: 50%;
}
.compare-top-title-col{
	width: 25%;
	text-align: center;
font-size: 24px;
font-weight: 500;
line-height: 100%;
display: flex; 
align-items: center;
justify-content: center;
height: 80px;
padding: 0 15px;
}
.compare-top-title-col.featured{
	border-left: 2px solid #42812F;
	border-top: 2px solid #42812F;
	border-right: 2px solid #42812F;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	font-weight: 600;
}
.compare-row{
	display: flex;
	border-bottom: 1px solid rgba(18, 18, 18, 0.20);
}
.compare-title-col{
	width: 50%;
	padding: 25px 50px 25px 0;
}
.compare-title-col h3{
	font-weight: 700;
	margin: 0 0 12px;
}
.compare-content-col{
	width: 25%;
	display: flex; 
align-items: center;
justify-content: center;
}
.compare-content-col.featured{
	border-left: 2px solid #42812F;
	border-right: 2px solid #42812F;
}
.compare-row.last{
	border: 0;
}
.compare-content-col.featured.last{
border-bottom: 2px solid #42812F;
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: 14px;
}
.compare-title-col h3{
	font-size: 15px;
	margin: 0;
}
.compare-title-col p{
	display: none;
}
.compare-title-col{
	padding: 25px 15px 25px 0;
}
}

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