.superpowers-section{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:40px 20px;max-width:1200px;margin:0 auto}.superpowers-header h2{font-size:2.5em;color:#72d8ef;margin-bottom:20px}.superpowers-header p{font-size:1.2em;color:#ccc;margin-bottom:40px}.superpowers-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);grid-gap:30px;gap:30px;justify-items:center}.superpower-block{background-color:#14161c;padding:30px;border-radius:10px;text-align:center;transition:transform .3s ease-in-out;max-width:300px;height:auto}.superpower-block:hover{transform:translateY(-10px)}.superpower-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:10px;margin-bottom:15px}.superpower-block h3{font-size:1.5em;color:#72d8ef;margin-bottom:10px}.superpower-block p{font-size:1.1em;color:#ccc}@media (max-width:1024px){.superpowers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.superpowers-grid{grid-template-columns:1fr;gap:20px}.superpower-block{max-width:90%;margin:auto}}