.About-Me-Container{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;padding-right:20px;display:flex}.About-Me-Container h2{text-transform:capitalize;filter:drop-shadow(0 0 5px #ffffff80);margin:0;padding:0;font-size:1.5rem;font-weight:700}.About-Me-Container p{color:#ffffffe6;margin:0;font-size:1.2rem;font-weight:400}.About-Me-Container .About-Me-Projects{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;align-items:stretch;gap:4vh .5vw;width:100%;height:auto;margin-bottom:2vh;display:grid}.Project{background-color:#ffffff0d;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;margin:2.5px;padding:10px;display:flex;overflow:hidden}.Project h3{text-transform:capitalize;margin:0;padding:0;font-size:1.2rem;font-weight:700}.Project p{color:#ffffffe6;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:400;display:-webkit-box;overflow:hidden}.Project a{color:#ffffffe6;font-size:1rem;text-decoration:none}.Project a:hover{color:#fff;text-decoration:underline}.Project .Project-Right{align-self:flex-end}.About-Me-Guides{grid-template-columns:repeat(2,1fr);gap:40px 20px;width:100%;height:20vh;max-height:10vh;margin-bottom:40px;display:grid}.Guide{background-color:#ffffff0d;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;margin:5px;padding:10px;display:flex}.Guide h3{text-transform:capitalize;margin:0;padding:0;font-size:1.2rem;font-weight:700}.Guide p{color:#ffffffe6;margin:0;font-size:1rem;font-weight:400}.Guide a{color:#ffffffe6;text-decoration:none}.Guide a:hover{color:#fff;text-decoration:underline}.Guide .Guide-Right{align-self:flex-end}@media screen and (max-width:1920px){.About-Me-Container h2{font-size:1.2rem}.About-Me-Container p,.About-Me-Container .About-Me-Projects .Project h3{font-size:1rem}.About-Me-Container .About-Me-Projects .Project p,.About-Me-Container .About-Me-Projects .Project a{font-size:.9rem}.About-Me-Container .Guide h3{font-size:1rem}.About-Me-Container .Guide p,.About-Me-Container .Guide a{font-size:.9rem}}@media screen and (max-width:1280px){.About-Me-Container{align-items:center;padding:0}.About-Me-Container .About-Me-Projects{grid-template-columns:repeat(2,1fr);height:auto}.About-Me-Container .About-Me-Guides{grid-template-columns:repeat(1,1fr);height:auto;max-height:none;margin-bottom:10vh}}
