/* Start custom CSS for text-editor, class: .elementor-element-65296d0e */.jwlcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;   /* fixed, not 100% */
}
.jwlimage {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 60px;
  object-fit: contain;
}


/* Pull the logo row up tight under its heading */
.row {
  margin-top: 0px;      /* small gap: heading -> logos */
  margin-bottom: 50px;
}

/* Give the heading itself the big gap, but only from what's above it */
h2, h3 {               /* swap for whatever tag "Ring Designers" etc. actually is */
  margin-top: 5px;     /* big gap: previous logos -> next heading */
  margin-bottom: 0;
}

/* Kill default spacing so it doesn't fight with the above */
.row p {
  margin: 0;
}/* End custom CSS */