.tour-program{display:grid;gap:0;margin:22px 0 30px}
.program-step{position:relative;display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start;padding-bottom:22px}
.program-step:not(:last-child):before{content:'';position:absolute;left:21px;top:42px;bottom:0;width:1px;background:#e5b84a55}
.program-no{width:44px;height:44px;border:1px solid #e5b84a88;border-radius:50%;display:grid;place-items:center;color:#f5d77d;font-weight:900;background:#0a1c38}
.program-step p{margin:9px 0 0!important;color:#e4e9f1!important;line-height:1.55!important}
.tour-note{border-left:4px solid #e5b84a;background:#101a2c;padding:20px 24px;margin-top:8px}
.tour-note strong{color:#f5d77d}
.tour-note p{margin:8px 0 0!important}
