.wh-small-bento {
  --border: #dedede;
  --copy: #4f5057;
  width: min(calc(100% - 32px), 1152px);
  margin: 48px auto 64px;
  color: #111113;
  font-family: "Workhint Medium Light", "Poppins", sans-serif;
}

.wh-small-bento * { box-sizing: border-box; }

.wh-small-bento__header { max-width: 760px; }
.wh-small-bento__eyebrow {
  margin: 0 0 18px;
  color: #1261df;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.wh-small-bento__heading {
  margin: 0;
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.wh-small-bento__intro {
  max-width: 560px;
  margin: 17px 0 0;
  color: var(--copy);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.wh-small-bento__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  height: 540px;
  margin-top: 34px;
}
.wh-small-bento__middle {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}
.wh-small-bento__card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .025);
}
.wh-small-bento__tall {
  flex-direction: column;
  align-items: center;
  padding: 22px 20px 18px;
}
.wh-small-bento__copy { width: 100%; }
.wh-small-bento__copy h2 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 9px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.018em;
}
.wh-small-bento__title-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.wh-small-bento__copy p {
  max-width: 330px;
  margin: 0;
  color: var(--copy);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.48;
}
.wh-small-bento__image {
  display: block;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  opacity: 1;
}
.wh-small-bento__left-image {
  width: 90%;
  margin: auto;
}
.wh-small-bento__right-image {
  width: 94%;
  margin: auto;
}
.wh-small-bento__short {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 12px;
}
.wh-small-bento__short .wh-small-bento__copy { order: 2; }
.wh-small-bento__top-image {
  width: 90%;
  margin: 0 auto;
}
.wh-small-bento__bottom-image {
  width: 84%;
  margin: 0 auto;
}

@media (max-width: 850px) {
  .wh-small-bento { margin: 42px auto 56px; }
  .wh-small-bento__heading { font-size: clamp(28px, 7vw, 36px); }
  .wh-small-bento__grid { grid-template-columns: 1fr; height: auto; margin-top: 32px; }
  .wh-small-bento__middle { display: contents; }
  .wh-small-bento__left { order: 1; }
  .wh-small-bento__middle-top { order: 2; }
  .wh-small-bento__middle-bottom { order: 3; }
  .wh-small-bento__right { order: 4; }
  .wh-small-bento__left-image { width: min(90%, 600px); }
  .wh-small-bento__right-image { width: min(94%, 480px); }
  .wh-small-bento__top-image { width: min(90%, 585px); }
  .wh-small-bento__bottom-image { width: min(84%, 545px); }
}

@media (max-width: 430px) {
  .wh-small-bento__eyebrow { margin-bottom: 13px; }
  .wh-small-bento__intro { margin-top: 15px; font-size: 14px; }
  .wh-small-bento__grid { margin-top: 26px; }
  .wh-small-bento__tall { padding: 20px 18px 16px; }
  .wh-small-bento__short { padding: 8px 18px 11px; }
}
