.experience_section{width:100%;background-color:#222222;& .container{position:relative;z-index:2;& .section_inner{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;@media (max-width:991px){flex-direction:column}& .text_area{width:68%;@media (max-width:991px){width:100%}& h2,& h3{font-style:italic;font-size:4rem;font-weight:700;line-height:1.2;margin:0 0 5rem;color:var(--white);-webkit-text-stroke:6px var(--primary);paint-order:stroke fill;text-shadow:1px 1px 0 #000,2px 2px 0 #000,3px 3px 0 #000;& span{color:var(--secondary);font-size:inherit;font-weight:inherit;text-shadow:inherit}}& p{font-size:1.6rem;font-weight:600;line-height:1.5;color:var(--white)}}& .stats{display:flex;flex-direction:column;gap:3rem;width:28%;border:3px solid var(--secondary);border-radius:1rem;padding:3rem;background:#3F4041;@media (max-width:991px){width:100%;margin-top:3rem}& .stat{.stat_number{font-size:3rem;font-weight:800;line-height:1.2;color:var(--secondary)}.stat_text{font-size:1.6rem;font-weight:600;line-height:1.5;color:var(--white)}}}}}}