.cyderes-section .logo-con img{
  height:30px !important;
}



.cyderes-section .content_wrapper {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 20px
}


.cyderes-section .row_conta p{
  margin:0;
}

.cyderes-section .top_heading_conta h2 {
  font-size: 36px;
  margin-bottom: 39px;
  line-height:112%;
  font-weight: 400;
  color:#D4Fc68;
  text-align:center;
}

.table-container {
  background: #F9F2ED;
  border-radius: 30px;
  padding: 65px 80px 56px 80px;
  padding-bottom:89px;
  margin: 0 auto;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  color: #000;
  border:none;
  margin-bottom:0;
}


.comparison-table thead th {
    vertical-align:middle;
  text-align:left;
  padding: 15px;
  font-weight:bold;
  vertical-align:top;
  background: transparent;
  border: none;
  font-size: 17px;
  color: #000;
  border-left: 1px solid #dee2e6;
  line-height: 100%;
  font-family: Px Grotesk;
  width:250px;
}
.comparison-table thead th:first-child{
  border-left: none;
  padding-left:0;
}
.cyderes-section .comparison-table tbody td:first-child {
  text-align:left;
  padding-left:0;
  vertical-align: middle;
}

.cyderes-section .comparison-table tbody td {
  padding: 7px;
  padding-top:10px;
  padding-bottom:5px;
  border-bottom: 1px solid #dee2e6;
  border-left:none;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  vertical-align: middle;
  text-align:center;
}

.cyderes-section .comparison-table tbody td:last-child{
  border-right: none;
  position:relative;
}
.comparison-table tbody tr:last-child td{
  position:relative;
}
.comparison-table tbody tr:last-child td:first-child::after{
  display:none;
}
/* .comparison-table tbody tr:last-child td:after{
border-radius: 100%;
content: "";
height: 5px;
position: absolute;
right: 0;
width: 5px;
z-index: 1;
background: #dee2e6;
bottom: 0px;
left:-3px;
} */

.comparison-table tbody tr:last-child td::first-child:after{
  display:none;
}

/* .cyderes-section .comparison-table tbody td:last-child::before{
border-radius: 100%;
content: "";
height: 5px;
position: absolute;
right: 0;
width: 5px;
z-index: 1;
background: #dee2e6;
top: -3px;
} */


.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

@media(max-width:767px){
  .cyderes-section .table-container{
    padding:40px 30px;
  }
  .comparison-table thead th{
    vertical-align:middle;
  }
  .cyderes-section .row_conta p{
    margin:0;
    font-size:15px;
    line-height:normal;
  }
  .comparison-table thead th{
    font-size:15px;
    padding:15px;
  }
  body .cyderes-section .top_heading_conta h2{
    font-size:28px;
    line-height:normal;
  }
}

.cyderes-section.iam_pillar .comparison-table tbody td:last-child:before, .cyderes-section.iam_pillar .comparison-table tbody tr:last-child td:after{
  display:none;
}
.cyderes-section.iam_pillar .comparison-table tbody td, .cyderes-section.iam_pillar .comparison-table thead th{
  border-color:#E2DDDA;
  font-family: Px Grotesk;
  font-weight:400;
}
.cyderes-section.iam_pillar .row_conta p{
  font-family:Px Grotesk;
}
.cyderes-section.iam_pillar .comparison-table thead th{
  font-family:Px Grotesk;
  font-weight:400;
}
.cyderes-section.iam_pillar .comparison-table thead th:first-child{
  text-align:left;
  padding-left:0;
}
.cyderes-section.iam_pillar .comparison-table thead th{
  text-align:center;
}
.cyderes-section.iam_pillar .comparison-table thead th{
  padding:15px;
  line-height:normal;
}
.cyderes-section.iam_pillar .table-container{
  padding:70px 48px;
}
.cyderes-section.iam_pillar .top_heading_conta h2 {
  color: #B1F300;
  font-family: inter, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 112%;
  margin-bottom: 39px;
  text-align: center;
}
.cyderes-section.iam_pillar .comparison-table tbody td{
  vertical-align: middle;
}
.cyderes-section thead tr th:last-child, .cyderes-section thead tr th:nth-child(2){
  font-weight:400;
}


{# updated css #}
.cyderes-section .comparison-table tbody th:first-child {
    padding-left: 0;
    text-align: left;
    vertical-align: middle;
}
.cyderes-section .comparison-table tbody th {
    border: 1px solid #dee2e6;
    border-left: none;
    padding: 10px 7px 5px;
    text-align: center;
    vertical-align: middle;
}
.comparison-table tbody tr:last-child th {
    border-bottom: none;
}