.content h2{
max-width: 526px;


font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
display: flex;
align-items: center;

color: #505151;
  }
.content p{

max-width: 526px;


font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;

color: #505151;





  }
  
  .b2b-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
padding:2em 2em 2em 2em;
  }
  .b2b-section .content {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .b2b-section .slider-wrapper {
    flex: 0 0 60%;
    max-width: 504px;
  }

 
  .boxes-slider .card {
    background: #ffffff;
    border: 1px solid #ccc;
    
    padding: 32px;
    
    position: relative;





border-radius: 16.4659px;

  }
  .boxes-slider .card h3 {
    margin: 0 0 16px;


font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24.0857px;
line-height: 29px;
text-transform: uppercase;
padding-bottom:1em;
color: #505151;


  }


  .boxes-slider .card ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .boxes-slider .card ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    color: #555555;
  }
  .boxes-slider .card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 2px solid #F38131;
    border-radius: 50%;
    background: transparent;
    color: #F38131;
    font-size: 14px;
    line-height: 1;
  }

  
  .stats-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .stats-grid .stat {
    width: 100%;
  }
  .stat-number {



font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 130%;
/* or 47px */

color: #F38131;


  }
  .stat-label {
   display:block;
    margin-top: 8px;
    
max-width: 328px;
text-align:left;

font-family: 'Inter',sans-serif !important;
font-style: normal;
font-weight: 400;
font-size: 22.0857px;
line-height: 29px;

color: #505151;


  }

  
  .slick-dots {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 16px 0 0 !important;
    display: flex !important;
    justify-content: center;
    background: transparent;
  }
  .slick-dots li {
    list-style: none !important;
    margin: 0 8px;
  }

 
  .slick-dots li button {
    font-size: 0;           
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
  }
  .slick-dots li button:before {
    display: none;
  }
  .slick-dots li.slick-active button {
    background-color: #F38131;
  }

  /* Mobile: stack everything, destroy slider */
  @media (max-width: 800px) {
    .b2b-section {
      display: block;
      padding: 40px 0;
    }
    .b2b-section .content,
    .b2b-section .slider-wrapper {
      max-width: 100%;
    }
    .boxes-slider {
      display: block !important;
    }
    .boxes-slider .card {
      margin-bottom: 24px;
    }
.content h2{

font-size: 30px;
line-height: 40px;

    }
 .stat-label {
font-size:18px;
  }