.expertion {
    @include min(tablet){
        @include flex-direction(row);

        gap: .8rem;
    }

  > p {
    color: #3c3c40;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.2rem;
  }

  > span {
    @include flex-direction(row);
    @include flex-align(center, center);

    padding: 0.2rem 0.8rem;
    border-radius: 100px;
    border: 1px solid #ececec;
    background: #f4f4f4;
    margin-bottom: 0.8rem;
    margin-right: 0.8rem;
    color: #3c3c40;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;

    >svg{
      margin-right: .5rem;
    }
  
  }
}
