 @media only screen and (min-width : 320px) and (max-width : 480px){
  .table-wrapper .eg-table tbody tr td .company-info .company-details ul li:first-child {
        padding-right: 0px !important;
    }
    .cd{
        margin-top:-4px !important;
    }
    .lg{
          margin-top: -15px !important;  
    }
   .company-details .lc{
        margin-top: -5px !important;

    }


}

 @media (min-width: 480px) {
   

 .table-wrapper .eg-table tbody tr td .company-info .logo img {
  
  
    margin-left: 0px !important;
}

 .skills-container {

    gap:4px !important;
   
}

 }
 
 @media (min-width: 480px) and (max-width: 767px) {
  .table-wrapper .eg-table tbody tr td .company-info .logo img {
      height: 55px !important;
      width: 55px !important;
      border-radius: 50%;
  }
  .company-details {
    width: 100% !important;
   }

.table-wrapper .eg-table tbody tr td .company-info {
    display: flex ;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top {
        /* flex-wrap: wrap; */
        /* gap: 3px; */
        margin-left: 60px;
        margin-top: -55px;
    }
    
    .top1 li h6{
     margin-left: 61px;
     width:300px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .table-wrapper .eg-table tbody tr td .company-info .logo img {
      height: 60px !important;
      width: 60px !important;
      border-radius: 50%;
      
  }
  .top1 li h6{
    
     width:300px;
    }
}
@media (min-width: 1024px) {
  .table-wrapper .eg-table tbody tr td .company-info .logo img {
      height: 65px !important;
      width: 65px !important;
      border-radius: 50%;
  }
  
  .top1 li h6{
    
     width:300px;
    }
}
