.county{background-color:#fdf8f4;padding-top:8em;padding-bottom:3em}.county h1{padding-top:1.5em}.county h1,.county h2{text-align:center;color:#444;font-size:2rem}.county h2{padding-top:1em}.county p{padding:1em 2em;color:#444;font-size:.9rem;line-height:1.75em;margin-bottom:0}.county_projects{width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly}.project{position:relative;overflow:hidden;width:32%}.project img{width:100%;height:100%;object-fit:cover;padding:1em;transition:transform .3s ease}.project_info p{color:#fff;font-size:1.1rem;padding:0}.project:hover img{transform:scale(1.05)}.project_info{position:absolute;bottom:-100%;left:0;width:100%;background:rgba(0,0,0,.7);color:#fff;padding:10px;text-align:center;transition:bottom .3s ease}.project:hover .project_info{bottom:0}