@charset "utf-8";

.sleep-guarantee .column-row { align-items: center; padding: 0.3em 15px; display: grid; grid-template-columns: 50px auto; }

.sleep-guarantee-pdp { background-color: rgb(246, 246, 246); border: 1px solid rgb(221, 221, 221); border-radius: 4px; padding: 0.5em 0px; position: relative; font-family: "TradeGothicLTW04-BoldNo.2", sans-serif; }

.sleep-guarantee .column-row p { font-family: "TradeGothicLTW04-BoldNo.2", sans-serif; text-transform: uppercase; padding-top: 0px !important; }

.sleep-guarantee .column-row p.subtext { text-transform: none; text-align: justify; font-size: 12px !important; }

.sleep-guarantee-title p { font-family: "TradeGothicLTW04-BoldNo.2", sans-serif; text-transform: uppercase; padding-top: 15px; font-size: 15px !important; padding-bottom: 0px !important; }

.sleep-guarantee .column-row img { width: 65%; }

@media screen and (max-width: 987px) {
  .sleep-guarantee .column-row { justify-content: flex-start; align-items: center; display: grid; padding: 5px 22px; }
  .column-row { height: 100%; }
  .sleep-guarantee .column-row img { object-fit: contain; height: 100%; width: 60%; }
  .sleep-guarantee .column-row p { line-height: 1em !important; }
  .imgwrap { height: 100%; }
  .sleep-guarantee .column-row p.subtext { margin-top: 5px; }
}