.support{ background:#fff; padding:100px 0; }
.support-container{ display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:start; }

.support-image img{ border-radius:8px; width:100%; }

.section-tag{ display:inline-block; color:#F4C61C; font-size:16px; font-weight:600; margin-bottom:16px; }
.support-text h2{ font-size:2.2rem; font-weight:800; color:#222; line-height:1.3; margin-bottom:28px; }

.timeline{ position:relative; margin-bottom:26px; padding-left:34px; }
.timeline li{ position:relative; padding-bottom:26px; }
.timeline li:last-child{ padding-bottom:0; }
.timeline li::before{ content:""; position:absolute; left:-34px; top:4px; width:16px; height:16px; border:2px solid #F4C61C; border-radius:50%; background:#fff; }
.timeline li::after{ content:""; position:absolute; left:-27px; top:20px; width:2px; height:calc(100% - 4px); background:#F4C61C; }
.timeline li:last-child::after{ display:none; }
.timeline h4{ font-size:1.05rem; font-weight:700; color:#222; margin-bottom:6px; }
.timeline p{ font-size:15px; line-height:1.65; color:#777; }

.support-footnote{ font-size:15px; line-height:1.7; color:#555; }

@media(max-width:992px){
  .support-container{ grid-template-columns:1fr; gap:40px; }
  .support-text h2{ font-size:1.8rem; }
}