.county{background-color:#fdf8f4;padding-top:6em;padding-bottom:3em}.county h1{padding-top:1.5em}.county h1,.county h2{text-align:center;color:#444444;font-size:2rem}.county h2{padding-top:1em}.county p{padding:1em 2em;color:#444444;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:31%}.project img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;padding:1.5em 1em;transition:transform .3s ease}.project_info p{color:white;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:white;padding:10px;text-align:center;transition:bottom .3s ease}.project:hover .project_info{bottom:0}