/* Orion Our History */
.orion-history{ padding:24px 0 8px; }
.orion-history__container{ max-width:1100px; margin:0 auto; padding:0 16px; }
.orion-history__title{ font-size:28px; margin:0 0 12px; }
.orion-history__timeline{ position:relative; }
.orion-history__item{ display:grid; grid-template-columns:220px 1fr; gap:16px; padding:16px 0; border-bottom:1px solid #e9eef0; }
.orion-history__media img{ width:100%; height:160px; object-fit:cover; border-radius:6px; }
.orion-history__content{ position:relative; padding-left:24px; }
.orion-history__dot{ position:absolute; left:0; top:8px; width:10px; height:10px; border-radius:50%; background:#17a2a1; box-shadow:0 0 0 3px rgba(23,162,161,.2); }
.orion-history__tag{ color:#17a2a1; font-size:12px; display:block; margin-bottom:6px; }
.orion-history__headline{ font-size:18px; margin:0 0 8px; }
.orion-history__year{ color:#0e6d67; font-weight:600; }
.orion-history__desc{ color:#46535a; font-size:13px; line-height:1.6; }

@media(max-width:900px){
	.orion-history__item{ grid-template-columns:1fr; }
	.orion-history__media img{ height:200px; }
	.orion-history__content{ padding-left:18px; }
}













