.projectCardWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.projectCardItem{border:2px solid #fff;border-radius:20px;box-shadow:0 5px 50px hsla(96,43%,75%,.8);flex-basis:30%;margin:35px 1.65%;padding:25px}@media screen and (max-width:900px){.projectCardItem{border-radius:20px;box-shadow:0 5px 50px hsla(96,43%,75%,.8);flex-basis:45%;margin:35px 2%;padding:25px}}@media screen and (max-width:600px){.projectCardItem{border-radius:20px;box-shadow:0 5px 50px hsla(96,43%,75%,.8);flex-basis:100%;margin:35px 0;padding:25px}}.projectCardItem:hover{background:#e5fed5;border:2px solid #255b00}.the__project__content h3,.the__project__content p{color:#255b00}