 .cnc-team-section.team-section-layout2 :is(h1, h2, h3, h4, h5, h6,p) {margin: 0;padding: 0;}
      .cnc-team-section.team-section-layout2 {padding:100px 0;}
      .cnc-team-section.team-section-layout2 .team-heading{display:flex;align-items:center;margin-bottom:30px;gap:30px;}
      .cnc-team-section.team-section-layout2 .team-heading :is(h1,h2,h3,h4,h5,h6){font-size:48px;font-weight:700;flex:1;color:#000727;text-align:left;}
      .cnc-team-section.team-section-layout2 .team-heading :is(p){font-size:20px;color:#323232;font-weight: 400;line-height: normal;margin: 0;}
      .cnc-team-section.team-section-layout2 .team-heading :is(p):not(:last-child){margin-bottom: 10px;}
      .cnc-team-section.team-section-layout2 .slider-button{display:flex;gap:20px;margin-left:auto;}
      .cnc-team-section.team-section-layout2 .slider-button a{width:50px;height:50px;border-radius:50%;border:1px solid #005BC5;padding:4px;position:static;margin-top:0;overflow:hidden;cursor:pointer;display:flex;justify-content:center;align-items:center;}
      .cnc-team-section.team-section-layout2 .slider-button a:hover{background-color:#005BC5;}
      .cnc-team-section.team-section-layout2 .slider-button a :is(img,svg){max-width:100%;max-height:100%;object-fit:cover;}
      .cnc-team-section.team-section-layout2 .slider-button a:hover img{filter:brightness(0) invert(1);}
      .cnc-team-section.team-section-layout2 .slider-button a.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}
      .cnc-team-section.team-section-layout2 .slider-button.swiper-buttons-hidden{display:none;}
      .cnc-team-section.team-section-layout2 .swiper.team-slider{width:100%;overflow:hidden;}
      .cnc-team-section.team-section-layout2 .swiper-slide{height:auto;}
      .cnc-team-section.team-section-layout2 .container{max-width:1430px;margin:0 auto;padding:0 15px;}
      .cnc-team-section.team-section-layout2 .cards-group{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;width:100%;}
      .cnc-team-section.team-section-layout2 .team-card{display:flex;align-items:center;flex-wrap:wrap;background:#f1f6ff;border-radius:150px;padding:15px;text-align:left;gap:25px;transition: all 0.3s ease;}
      .cnc-team-section.team-section-layout2 .team-card .content{flex:1;min-width:0;word-wrap:break-word;padding:15px;}
      .cnc-team-section.team-section-layout2 .team-card .content:only-child{justify-content:center;text-align:center;padding:30px;}
      .cnc-team-section.team-section-layout2 .team-card .content:only-child .social-icons{justify-content:center;}
      .cnc-team-section.team-section-layout2 .team-card .content :is(h1,h2,h3,h4,h5,h6){font-size:24px;font-weight:700;margin-bottom:10px;color:#000727;text-align: left;}
      .cnc-team-section.team-section-layout2 .team-card .content p{font-size:20px;margin-bottom:15px;}
      .cnc-team-section.team-section-layout2 .team-card .image {width:190px;height:190px;border-radius:50%;transition:transform 0.3s ease;overflow: hidden;}
      .cnc-team-section.team-section-layout2 .team-card .image img{width:100%;height:100%;object-fit:cover;}
      .cnc-team-section.team-section-layout2 .social-icons{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:start;}
      .cnc-team-section.team-section-layout2 .social-icons a{border-radius:50%;cursor:pointer;width:38px;height:38px;display:flex;justify-content: center;align-items: center; flex-shrink:0;transition:background 0.3s,color 0.3s;text-decoration:none;overflow: hidden;background-color: #005BC5;}
      .cnc-team-section.team-section-layout2 .social-icons a :is(img, svg){max-width:100%;max-height: 100%; object-fit:cover;}
      .cnc-team-section.team-section-layout2 .social-icons a:hover img{filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(34deg) brightness(97%) contrast(102%);}
      .cnc-team-section.team-section-layout2 .social-icons a i{font-size:20px;transition:color 0.3s ease;color:#ffffff;}
      .cnc-team-section.team-section-layout2 .social-icons a:hover {background-color:#000727;}

      .cnc-team-section.team-section-layout2 .team-card {border-radius:120px;}

      @media(max-width:1024px){
          .cnc-team-section.team-section-layout2 {padding:50px 0;}
          .cnc-team-section.team-section-layout2 .cards-group {grid-template-columns:1fr;}
      .cnc-team-section.team-section-layout2 .team-heading :is(h1,h2,h3,h4,h5,h6){font-size:40px;}
      .cnc-team-section.team-section-layout2 .team-heading :is(p){font-size:18px;}
      .cnc-team-section.team-section-layout2 .slider-button a{width:40px;height:40px;}}
      @media(max-width:767px){
     .cnc-team-section.team-section-layout2 {padding:30px 0;}
      .cnc-team-section.team-section-layout2 .team-heading :is(h1,h2,h3,h4,h5,h6){font-size:30px;}
      .cnc-team-section.team-section-layout2 .team-heading :is(p){font-size:16px;}
      .cnc-team-section.team-section-layout2 .slider-button{gap:10px;}
      .cnc-team-section.team-section-layout2 .slider-button a{width:36px;height:36px;}
      .cnc-team-section.team-section-layout2 .cards-group {gap:26px;grid-template-columns:1fr;}
      .cnc-team-section.team-section-layout2 .team-card {gap: 10px;display: block;align-items: center;text-align: center;border-radius: 40px; }
      .cnc-team-section.team-section-layout2 .team-card .content :is(h1, h2, h3, h4, h5, h6) {font-size:20px;text-align: center;}
      .cnc-team-section.team-section-layout2 .team-card .content p {font-size:16px;}
      .cnc-team-section.team-section-layout2 .team-card .image {width:120px;height:120px;margin: 0 auto 10px;}
      .cnc-team-section.team-section-layout2 .section-title {font-size: 35px;margin-bottom: 40px;}
      .cnc-team-section.team-section-layout2 .social-icons{justify-content: center;}
      }