.featured_projects__heading{margin-bottom:40px;text-align:center}.featured_projects__row{display:grid;gap:60px 40px;grid-template-columns:repeat(3,1fr)}.featured_projects__project_card_link{text-decoration:none!important}.featured_projects__project_card{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:end;min-height:400px;padding:30px 30px 40px;position:relative}.featured_projects__project_card:before{background:rgba(0,0,0,.3);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.featured_projects__project_card:after{background:linear-gradient(0deg,#000,transparent);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .25s ease-in-out;width:100%;z-index:0}.featured_projects__project_card_link:hover .featured_projects__project_card:after{opacity:1}.featured_projects__project_card_name{font-size:25px;font-weight:700;line-height:30px;margin-bottom:10px}.featured_projects__project_card_location,.featured_projects__project_card_name{color:#fff;font-family:Gotham!important;position:relative;text-transform:uppercase;z-index:1}.featured_projects__project_card_location{font-size:20px;font-weight:500}@media(max-width:1320px){.featured_projects__row{gap:30px;grid-template-columns:repeat(2,1fr)}.featured_projects__heading{margin-bottom:30px}}@media(max-width:870px){.featured_projects__row{grid-template-columns:repeat(1,1fr)}.featured_projects__project_card{min-height:300px;padding:30px}.featured_projects__project_card_name{font-size:23px;line-height:28px;margin-bottom:5px}.featured_projects__project_card_location{font-size:18px}}