.four_col_section{padding:80px 0}.four_col_section .section-title{margin-bottom:45px;text-align:center}.four_col_section .title h2{color:#fff}.four_col_section .eyebrow{border:1px solid #e2b321;border-radius:20px;color:#e2b321;display:inline-block;font-size:12px;margin-bottom:10px;padding:5px 14px}.four_col_section .approach-grid{display:grid;gap:22px;grid-template-columns:repeat(2,1fr)}.four_col_section .approach-box{border:1px solid #e2b321;border-radius:14px;padding:30px;transition:all .3s ease}.four_col_section .approach-box:hover{border-color:#d4af37;box-shadow:0 0 18px rgba(212,175,55,.4);transform:translateY(-4px)}.four_col_section .approach-box:hover .icon_image{animation:glowPulse 1.5s infinite alternate}@keyframes glowPulse{0%{filter:drop-shadow(0 0 4px #e2b321)}to{filter:drop-shadow(0 0 10px #e2b321)}}.four_col_section .approach-box h3{color:#e2b321}.four_col_section .approach-box p{color:#fff}@media (max-width:900px){.four_col_section .approach-grid{grid-template-columns:1fr}}