.cyber-section{align-items:start;display:grid;gap:40px;grid-template-columns:50% 50%;margin:auto;padding:60px 20px}.cyber-left h2{color:#122a82;font-size:36px;font-weight:700;margin-bottom:15px}.cyber-left p{color:#333;font-size:16px;line-height:1.6;margin-bottom:25px}.cyber-left img{border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);width:100%}.cyber-right{max-height:500px;overflow-y:auto;padding-right:12px}.cyber-cards{position:relative}.cyber-right::-webkit-scrollbar{width:6px}.cyber-right::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.cyber-right::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#214be8,#f4821f);border-radius:4px}.cyber-card{background:#edf2fb;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.08);margin-bottom:20px;overflow:hidden;padding:25px;position:relative;z-index:1}.cyber-card h3{color:#000;font-size:20px;font-weight:600;margin-bottom:12px}@media (max-width:991px){.cyber-section{grid-template-columns:1fr}.cyber-right{max-height:400px}}.cyber-button{align-items:center;background:#214be8;border-radius:33.613px;color:#fff;display:inline-flex;font-size:14.706px;font-style:normal;font-weight:700;gap:10px;justify-content:center;line-height:20.01px;padding:12px 24px;text-decoration:none}.cyber-button img{height:18px;object-fit:contain;width:18px}.cyber-button:hover{opacity:.9}