

.expert {
    position: relative;

  }


  
  .exp-list-dsk {
    display: none;
  }
  
  .wrap-exp {
    width: auto;
    padding: 3rem 1.2rem ;
  }
  
  .exp-list {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  
  .exp-item {
    font-size: 1.6rem;
    width: 100%;
    padding: 1.4rem 0;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    line-height: 1.2;
  }

  .exp-item-m {
    font-size: 1.6rem;
    width: 100%;
    padding: 1.4rem 0;

    width: 100%;
    line-height: 1.2;
  }

  @media screen and (min-width: 768px) {
    .wrap-exp {
      padding: 5rem 1.2rem;
    }
        .title-standard {
      margin-bottom: 3rem;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .expert {
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 4rem;
    }
  
    .wrap-exp {
      width: 100%;
      max-width: 1440px;
      padding: 0 1.2rem;
    }
  


    .exp-list {
      display: none;
    }
  
    .exp-list-dsk {
      display: flex;
      flex-direction: column;
    }
  
    .list-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0.8rem;
    }
  
    .exp-item {
      padding: 0;
      font-size: 1.2rem;
      margin: 0;
    }
  
  .shape1 {
    height: 160px;
    display: grid;
    place-content: center;
    border-top-right-radius: 80px;
    width: calc(49% - 80px );
  }
  
  .shape2 {
    height: 160px;
    width: 160px;
    display: grid;
    place-content: center;
    border-radius: 160px;
  }
  
  .shape3 {
    height: 160px;
    display: grid;
    place-content: center;
    border-top-left-radius: 80px;
    width: calc(49% - 80px);
  }
  
  .shape4 {
    height: 160px;
    display: grid;
    place-content: center;
    border-radius: 80px;
    border-top-left-radius: 0;
    width: 49.5%;
  }
  
  .shape5 {
    height: 160px;
    display: grid;
    place-content: center;
    border-radius: 80px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 49.5%;
  }
  
  .shape6 {
    height: 160px;
    display: grid;
    place-content: center;
    border-radius: 80px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 32.6%;
  }
  
  .shape7 {
    height: 160px;
    display: grid;
    place-content: center;
    border-radius: 80px;
    width: 32.6%;
  }
  
  .shape8 {
    height: 160px;
    display: grid;
    place-content: center;
    border-bottom-right-radius: 80px;
    width: 32.6%;
  }
  
  }
  
  @media screen and (min-width: 1280px) {
    .wrap-exp {
      width: 94%;
      margin-left: auto;
      margin-right: auto;
      padding: 4rem 0;
      margin: 0;
    }
  
  .exp-item {
    height: 180px;
  }
  }
  
  @media screen and (min-width: 1440px) {
    .title-exp {
      margin-bottom: 3rem;
  
    }
  
    .list-row {
      margin-bottom: 1rem;
    }
  
  
  
  
  
    .exp-item {
      height: 228px;
      font-size: 1.5rem;
    }
  
    
  .shape1 {
    border-top-right-radius: 100px;
    width: calc(97% / 2 - 112px );
  }
  
  .shape2 {
    border-radius: 224px;
    width: 224px;
  }
  
  .shape3 {
    border-top-left-radius: 100px;
    width: calc(97% / 2 - 112px );
  }
  
  .shape4 {
    border-radius: 100px;
    border-top-left-radius: 0;
    width: 49.4%;
  }
  
  .shape5 {
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 49.4%;
  }
  
  .shape6 {
    border-radius: 200px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 32.6%;
  }
  
  .shape7 {
    border-radius: 200px;
    width: 32.6%;
  }
  
  .shape8 {
    border-bottom-right-radius: 100px;
    width: 32.6%;
  } 
  
  }
  
  /* MARQUEE */

.tunnel {
  width: 100%;
  overflow: hidden; /* Importante */
  padding: 2rem 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.scrolling-row__inner {
  display: flex;
}

.scrolling-row__content {
  white-space: nowrap;
  flex: 0 0 auto;
}

.scrolling-row__content span {
  margin: 0 1.6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  display: inline-block;
}

.scrolling-row + .scrolling-row {
  margin-top: 1.8rem;
}

/* ==========================================================================
   CORREÇÃO PARA ANIMAÇÃO MARQUEE (Productopia)
   ========================================================================== */

/* Esta regra força o container da animação a ignorar larguras externas
   e ter seu tamanho determinado APENAS pelo seu conteúdo interno. */

.scrolling-row__inner {
    width: max-content !important;      /* O mais importante! Faz o container se expandir o necessário. */
    max-width: none !important;         /* Anula qualquer 'max-width' que esteja vindo de outro lugar. */
    flex-shrink: 0 !important; /* Adição de segurança */
}






