.comparison{
    padding: 150px 0 145px;
    background-color: #f3f0ee;
  }
  .comparison .container{
    overflow-x: auto;
    white-space: nowrap;
  }
  .table .img-fluid{
    width:35%;
  }
  .table span{
    font-size:10px;
  }
  table th{
    font-weight: 400;
  }
  .table .opt{
    width:20%;
  }
  
  @media (max-width: 567px) {
    .table .ext{width:70%;}
    .table .ext1{width:35%;}
    }
  
    @media (max-width: 768px) {
      .footer-main ul.footer-links {
          margin-top: 20px;
      }}