.mainKnowledges{width:100%;min-height:100vh;padding:2rem 1rem;flex-direction:column;box-sizing:border-box;background-size:cover;background-position:50%;background-repeat:no-repeat;background-image:linear-gradient(270deg,rgba(47,0,255,0) 0,rgba(47,0,255,.1) 50%,rgba(47,0,255,0)),linear-gradient(270deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.95) 50%,rgba(0,0,0,.2)),linear-gradient(180deg,rgba(0,0,0,1) 0,rgba(0,0,0,.25) 25%,rgba(0,0,0,.25) 75%,rgba(0,0,0,1)),url(/background_3.webp)}.centralizeKnowledges h1,.mainKnowledges{display:flex;justify-content:center;align-items:center}.centralizeKnowledges h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);color:#ffffff}.backgroundKnowledges{display:grid;width:100%;max-width:800px;padding-top:1rem;box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:1.25rem}.card{display:flex;justify-content:space-between;align-items:center;flex-direction:row;height:auto;padding:.75rem 1rem;border-radius:.5rem;box-sizing:border-box;font-weight:700;color:white;background:linear-gradient(90deg,#1f54a3,#06003b);filter:brightness(100%);transition:transform .2s ease-in-out}.card:hover{transform:scale(1.05);filter:drop-shadow(0 0 5px #003c96) brightness(130%)}.card h2{margin:0;padding-left:.5rem;font-size:1rem}.card span{display:block;width:100%;margin-top:.25rem;font-size:.75rem;font-weight:300}.areaIcon{display:flex;justify-content:flex-end;align-items:center;height:100%;width:50px;padding-left:1rem;flex-shrink:0}.icon{height:auto;filter:drop-shadow(0 0 20px #88f1ffce)}hr{width:100px;height:4px;margin-bottom:2rem;border:none;border-radius:360px;background:#91b6ff}@media (max-width:600px){.backgroundKnowledges{grid-template-columns:1fr}.card{padding:.75rem}.areaIcon,.card h2,.card span{padding-left:.5rem}.areaIcon{justify-content:flex-end;width:50px}}