table {
    border-collapse: separate!important;
}
.comparison-table{
  max-width: 1240px;
  margin: 0px auto;
  font-family: Inter;
}
thead, .header{
  position: sticky;
  top: 0;
  background: white;
}

thead, .column-header.first-column{
  background: none!important;
}

.second-column{
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(180deg, #1F2937 57.89%, #273345 100%);
}

thead, .column-header.third-column{
  border-radius: 12px 12px 0px 0px;
  background: #fff;
}


.desktop-table{
  width: 100%;
  border-spacing:0px;
}




.desktop-table > tbody > tr:nth-child(1) > td:nth-child(1){
  border-radius: 12px 0px 0px 0px;
}


.desktop-table .column-header{
  padding: 40px 40px;
  width: 33%;
  float: none!important;
}

.desktop-table th.column-header > div img{
  margin-bottom: 12px;
}

.desktop-table th.column-header > div p{
  text-align: center;
}

.desktop-table > .column-header > p{
  color: #101828;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.desktop-table th.column-header{
  /*   border: none!important; */
}

.desktop-table td{
  /*   border: none!important; */
  border-bottom: 1px solid #6E97C61A
    background: #fff;
}

.desktop-table th.column-header > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.desktop-table{
  border: none!important;  
}




.desktop-table > tbody > tr > td.black-bg{
  /*   background: #1F2937!important; */
  border-left: 1px solid #9DD75A;
  border-right: 1px solid #9DD75A;
  border-bottom: 1px solid #f1f5f9;
  color:#000;
}

.desktop-table > tbody > tr > td.black-bg.last-row{
  border-radius: 0 0 20px 20px;
  height: 16px;
  border: 1px solid #9DD75A;
  border-top: none;
  background: #fff!important;
}

.desktop-table > tbody > tr > td.last-row{
  padding: 0px;
  background: none !important;
}


.desktop-table > tbody > tr > td{
  padding: 32px;
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
}
.desktop-table > tbody > tr:nth-last-child(2) > td {
  border-bottom: none!important;
} 

.desktop-table > tbody > tr:nth-last-child(2) > td:first-child{
  border-radius: 0px 0px 0px 12px;
}

.desktop-table > tbody > tr:nth-last-child(2) > td.competitor:last-child{
  border-radius: 0px 0px 12px 0px;
}



div.mobile-hidden > table > thead > tr > th.column-header.second-column{
  border-radius: 12px 12px 0px 0px;
  border-left: 1px solid #9DD75A;
  border-right: 1px solid #9DD75A;
  border-top: 1px solid #9DD75A;
  background: #FFF;
  box-shadow: 0px 6px 20px 0px #0000000A;
}

div.mobile-hidden > table > thead > tr > th.column-header.third-column{
  box-shadow: 0px 6px 20px 0px #0000000A;
}








/* Mobile Steps */

.question-section {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.question-section .title{
  color: #334CEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

.question-section  .header{
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  align-items: center;
  flex: 1 0 0;

}

.question-section  .header .limelight{
  width: 50%;
  background: linear-gradient(180deg, #1F2937 57.89%, #273345 100%);
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  align-items: center;
  border-radius: 16px 0 0 16px;

}

.question-section  .header .others{
  width: 50%;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  align-items: center;
  border-radius: 0 16px 16px 0;
}


.question-section .question-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  flex: 1 0 0;
}

.question-section .question-wrapper .question{
  color: #101828;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  margin-top: 8px;
  margin-bottom: 8px;
  text-align:center;
}

.question-section .question-wrapper .answers{
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  align-items: center;
  flex: 1 0 0;

}

.question-section .question-wrapper .answers .answer{
  width: 50;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  flex: 1 0 0;
  align-self: stretch;
}

.question-section .question-wrapper .answers .answer.black-bg{
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  background: #1F2937;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 16px 0 0 16px;
}


.question-section .question-wrapper .answers .answer.white-bg{
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  background: #fff;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 0 16px 16px 0;
}

.mobile-hidden{
  display : block;
}

.mobile-visible{
  display : none;
}

.text-center > img{
  margin: 0px auto;
}

@media only screen and (max-width: 999px) {
  .mobile-hidden{
    display : none;
  }

  .mobile-visible{
    display : block;
  }

}
.golime div{
  color: #000;
}

.text-center div{
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}


.desktop-table > tbody > tr > td{
  vertical-align:top;
}