.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .tabs li {
    float: left;
  }
  
  .tabs li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #0000003b;
    cursor: pointer;
    font-size: 13px;
  }
  
  .tabs li a.active {
    border-bottom: 1px solid #3498db ;
    color: #3498db;
  }
  
  /* CSS for the tab content */
  .tab-content {
    display: none;
    padding: 16px;
    border-top: none;
  }

  .How{
    width: 90% !important;
    height: 100% !important;
    position: relative !important;
  }

  .what-we-solve li{
    list-style: none;
    line-height: 3;
  }
  @media (max-width: 768px) {
  .what-we-solve{
    padding-left: 0px !important;
  }
}
.li-tick-icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    position: relative !important;
  }