.presence-section{background-color:#000;color:#fff;padding:4rem 0}.presence-section h2{color:#fff;margin-bottom:1.5rem;font-size:2.2rem;position:relative}.presence-card{border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:2rem;height:100%;transition:transform .3s ease,border-color .3s ease;background:rgba(255,255,255,.02)}.presence-card:hover{transform:translateY(-5px);border-color:#fff;background:rgba(255,255,255,.05)}.presence-card h3{font-size:1.25rem;margin-bottom:1rem;color:#be8707;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:10px}.presence-card p{color:#ccc;font-size:.95rem;margin-bottom:0}@media (max-width:768px){.presence-card{margin-bottom:1.5rem}}