.featured_project_container{display:flex;flex-direction:column;gap:48px;margin-bottom:40px}@media screen and (max-width:768px){.featured_project_container{gap:23px}}.featured_project_container .project_cards_grid{display:flex;flex-wrap:wrap;gap:24px}.featured_project_container .project_cards_grid .project_card_link{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 16px);max-width:calc(33.333% - 16px);min-width:280px;text-decoration:none;display:flex;flex-direction:column}@media screen and (max-width:1024px){.featured_project_container .project_cards_grid .project_card_link{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px);max-width:calc(50% - 12px)}}@media screen and (max-width:768px){.featured_project_container .project_cards_grid .project_card_link{flex:1 1 100%;max-width:100%;min-width:0}}.featured_project_container .project_cards_grid .project_card_link .project_card_container{flex:1 1}