#nexeeds{
  display: flex;
  flex-wrap: wrap;
}

#nexeeds .frame{
  padding: calc(var(--gutter-in)/2);
}

@media only screen and (min-width: 600px) {
  #nexeeds .frame{
    width: 50%;
  }
}

@media only screen and (min-width: 1000px) {
  #nexeeds .frame{
    width: 25%;
  }
}


#nexeeds .frame h2{
  font-size: 1rem;
  font-size: clamp(1rem, 0.9166666666666666rem + 0.2777777777777778vw, 1.25rem);
  text-transform: uppercase;
  color: var(--vert-vif);
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

#nexeeds .frame .ce-gallery{
  display: flex;
  justify-content: center;
}


.ce-image.ce-center{
  display: flex;
  justify-content: center;
}


#nexeeds .frame img{
  height: 160px;
  width: auto;
  display: block;
}

#nexeeds .frame p{
  line-height: 1.6em;
}

#nexeeds .ce-bodytext{
  text-align: center;
}

@media only screen and (min-width: 600px) {
  #nexeeds .ce-bodytext{
    text-align: left;
  }
}
