.stock-support-section {
  overflow: hidden;
  padding: 50px 0;
}
.stock-support-img-col { min-height: 420px; }
.stock-support-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 420px;
  background: center/cover no-repeat;
  border-radius: 24px;
}
.stock-support-body { padding: 60px 50px; }
.stock-support-title { font-size: 26px; font-weight: 700; color: #1a1a1a; margin-bottom: 16px; line-height: 1.3; }
.stock-support-desc { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 24px; }
.stock-support-list { list-style: none; padding: 0; margin: 0 0 30px; }
.stock-support-list li { font-size: 14px; color: #444; padding: 5px 0 5px 22px; position: relative; line-height: 1.5; }
.stock-support-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 12px; height: 12px; background: #f7921e; }
.btn-support-cta { display: inline-block; background: #f7921e; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 13px 28px; border-radius: 3px; text-decoration: none; transition: background 0.2s; }
.btn-support-cta:hover { background: #d4770f; color: #fff; text-decoration: none; }

@media (max-width: 767px) {
  .stock-support-img-col { min-height: 280px; }
  .stock-support-img-wrap { min-height: 280px; }
  .stock-support-body { padding: 36px 20px; }
}
