.jtl-quote-nobox {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  padding: 0;
  background-color: #eeeee7;
  box-sizing: border-box;
}
.jtl-quote-nobox__inner {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 32px;
}
.jtl-quote-nobox__media {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 1200/900;
  border-radius: 46px;
  overflow: hidden;
}
.jtl-quote-nobox__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jtl-quote-nobox__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e2e2d9;
  color: #b8b8ad;
}
.jtl-quote-nobox__placeholder-glyph {
  display: block;
  width: 88px;
  height: 88px;
}
.jtl-quote-nobox__body {
  flex: 1 1 0;
  min-width: 0;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.jtl-quote-nobox--img-right .jtl-quote-nobox__inner {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .jtl-quote-nobox {
    padding: 0;
  }
  .jtl-quote-nobox__inner, .jtl-quote-nobox.jtl-quote-nobox--img-right .jtl-quote-nobox__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 0 24px;
  }
  .jtl-quote-nobox__media {
    flex: none;
    width: 100%;
  }
  .jtl-quote-nobox__body {
    flex: none;
    max-width: none;
  }
}
