#concept-txt{

}

#concept-txt h3{
  font-size: var(--font24);
  margin-bottom: 1em;
  font-weight: 500;
}

#concept-txt p{
    font-size: var(--font14);
      margin-bottom: 1em;
}

#concept-txt p span{
  font-weight: 600;
}

#concept .inner,
#products .inner{
  gap: 2rem 1rem;
  max-width: 980px;
}

#j-index #pop-up .inner{
  max-width: 100%;
}

#products figure{
  width: calc(50% - 0.5rem);
}

#products figure figcaption{
text-align: center;
    font-size: var(--font14);
    padding-top:0.5em

}

