  .expertises-cols-container-mobile {
      display: none
  }

  .saiba-button {
      margin-top: 20px;
      background: linear-gradient(135deg, #00a9ff, #00F0FD);
      border: none;
      border-radius: 30px;
      color: #fff;
      font-weight: 600;
      padding: 12px 28px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      height: 40px;
      width: 180px;
      white-space: nowrap;
      text-decoration: none;
      transition: background 0.3s ease;
      margin-bottom: 20px;
  }


  .saiba-button:hover {
      background: linear-gradient(135deg, #00F0FD, #00a9ff);
  }

  .expertise-col {
      display: flex;
      flex-direction: column;
      gap: 20px;
      justify-content: start;
      width: 100%;
      max-width: 1440px;
  }

  .col-l {
      margin-right: 10px;
  }

  .col-r {
      margin-left: 10px;
  }

  .expertises-cols-container {
      display: flex;
      flex-direction: row;
      max-width: 1440px;
      width: 100%;

      padding-left: 5.4rem;
      padding-right: 5.4rem;
      margin-bottom: 100px;

  }

  .icon-image {
      width: 65px;
      height: 65px;
      position: absolute;
      filter: invert(41%) sepia(16%) saturate(1333%) hue-rotate(168deg) brightness(68%) contrast(89%);
      z-index: 5;
      margin-left: 0px;
  }

  .expertise-card {
      width: 610px;
      height: 100px;
      border-radius: 10px;
      color: white;
      overflow: hidden;
      cursor: pointer;
      padding: 0 20px;
      opacity: 0;
      transform: translateY(0);
      will-change: opacity, transform;
  }

  .card-l {
      background: linear-gradient(135deg, #3D6C9E, #182962);
  }

  .card-r {
      background: linear-gradient(135deg, #182962, #3D6C9E);
  }

  .expertise-card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 40px;
  }

  .expertise-card-header h4 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      z-index: 6;
  }

  .icon {
      transition: transform .3s ease;
      font-size: 18px;
      z-index: 6;
  }

  .expertise-card-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease;
      padding-right: 10px;
  }

  .expertise-card.open {
      height: auto;
      padding-bottom: 20px;
  }

  .expertise-card.open .expertise-card-content {
      max-height: 300px;
  }

  .expertise-card.open .icon {
      transform: rotate(180deg);
  }

  .main-expertises {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
  }


  .expertises-container {
      max-width: 1440px;
      width: 100%;
      padding: 64px 5.5rem 64px 5.5rem;
  }

  .expertises-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
  }

  .expertises-header p {
      color: #333;
      font-size: 16px;
      line-height: 1.5;
      max-width: 730px;
      text-align: end;
  }

  .expertises-header h2 {
      font-size: 36px;
      margin: 0;
      text-align: start;
      font-weight: 400;
  }


  @media (max-width: 1366px) {


      .expertises-container {
          padding: 3rem;
      }

      .expertises-cols-container {
          padding-left: 2rem;
          padding-right: 2rem;
          gap: 20px;
      }

      .expertise-card {
          width: 100%;
          height: 100px;
          padding: 0 25px;
      }

      .expertise-col {
          gap: 15px;
      }

      .icon-image {
          width: 55px;
          height: 55px;
          margin-left: -6px;
      }

      .saiba-button {
          padding: 10px 24px;
          height: 36px;
      }
  }

  @media (max-width: 1024px) {

      .expertises-cols-container {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          gap: 20px;
      }

      .expertise-card {
          max-width: 100%;
          padding: 20px;
      }

      .expertises-header {
          flex-direction: column;
          gap: 20px;
      }

      .expertises-header p {
          text-align: start;
      }
  }

  .container-mobile {
      display: none;
  }


  @media screen and (max-width: 480px) {

      .expertises-cols-container {
          display: none;
      }

      .container-mobile {
          display: block;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 60px;
      }

      .expertises-container {
          padding: 20px
      }

      .expertises-cols-container {
          flex-direction: column;
          padding-left: 1rem;
          padding-right: 1rem;
          margin-bottom: 50px;
          gap: 15px;

      }

      .expertises-cols-container-mobile {
          flex-direction: column;
          padding-left: 1rem;
          padding-right: 1rem;
          margin-bottom: 50px;
          gap: 15px;
          display: flex;
      }

      .expertise-col {
          width: 100%;
          gap: 15px;
          margin: 0;
      }

      .expertise-card {
          width: 100%;
          padding: 20px;
          height: auto;
      }

      .expertise-card-header {
          flex-direction: column;
          align-items: flex-start;
          height: auto;
      }

      .expertise-card-header h4 {
          font-size: 16px;
          margin-bottom: 23px;
          width: 95%;
      }

      .icon-image {
          width: 50px;
          height: 50px;
          margin-left: 0;
          margin-bottom: 2px;
          bottom: auto;
          top: 26px;
      }

      .expertise-card-content {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.4s ease;
          padding-right: 0;
      }

      .expertises-header {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 20px;
      }

      .expertise-card.open .expertise-card-content {
          max-height: 500px;
          padding-bottom: 10px;
      }

      .expertises-header h2 {
          font-size: 24px;
      }

      .expertises-header p {
          font-size: 14px;
          text-align: start;
          max-width: 100%;
      }



      .saiba-button {
          width: 150px;
          padding: 20px 15px;
          font-size: 14px;
          height: 35px;
      }

      .icon {
          font-size: 16px;
          position: absolute;
          right: 25px;
          bottom: 50px;
      }
  }