section.blogs .inner .content{margin-bottom:40px}section.blogs .inner .content h2{color:#80cb44;margin-bottom:20px}section.blogs .inner .content p{color:#000}section.blogs .inner .posts{display:grid;grid-template-columns:1fr;gap:20px}section.blogs .inner .posts .post{display:flex;align-items:auto;justify-content:auto;flex-direction:column;flex-wrap:auto;padding:20px;border-radius:30px;box-shadow:0 0 15px #0003;transition:all .3s ease}section.blogs .inner .posts .post *{transition:all .3s ease}section.blogs .inner .posts .post:hover{box-shadow:0 0 5px #0003}section.blogs .inner .posts .post:hover img{opacity:.8}section.blogs .inner .posts .post:hover button{opacity:.8}section.blogs .inner .posts .post:hover button svg,section.blogs .inner .posts .post:hover button img{transform:translate(5px)}section.blogs .inner .posts .post .featured-image{margin-bottom:40px;width:100%;height:230px;align-self:center}section.blogs .inner .posts .post .featured-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.blogs .inner .posts .post .content-wrapper .recent{color:#000}section.blogs .inner .posts .post .content-wrapper a{width:100%}section.blogs .inner .posts .post .content-wrapper a h4{color:#80cb44;margin-bottom:10px}section.blogs .inner .posts .post .content-wrapper a p{color:#000}section.blogs .inner .posts .post .content-wrapper a button{display:inline-flex;align-items:center;width:100%;font-family:woodford-bourne-pro;font-weight:600;font-size:1rem;color:#000;line-height:1.3;margin-top:5px;transition:all .3s}section.blogs .inner .posts .post .content-wrapper a button svg,section.blogs .inner .posts .post .content-wrapper a button img{width:35px;margin-left:10px;transition:all .3s}section.blogs .inner .posts .post .content-wrapper .tags{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:25px}section.blogs .inner .posts .post .content-wrapper .tags .tag{font-family:woodford-bourne-pro;font-weight:400;font-size:.875rem;color:#343434;line-height:1.3;text-transform:uppercase;width:auto;background:#F7F7F7;border:solid 1px #343434;padding:15px 25px;border-radius:50px;cursor:pointer;transition:all .3s}section.blogs .inner .posts .post .content-wrapper .tags .tag:hover{background:#CDCDCD}@media only screen and (min-width: 992px){section.blogs .inner .posts{grid-template-columns:1fr 1fr}section.blogs .inner .posts .post{padding:40px}section.blogs .inner .posts .post.featured{grid-column:span 2;flex-direction:row;justify-content:space-between;align-items:center;gap:40px}section.blogs .inner .posts .post.featured .content-wrapper{max-width:540px}section.blogs .inner .posts .post.featured .content-wrapper h4{font-size:3rem}section.blogs .inner .posts .post.featured .featured-image{flex-basis:100%;width:428px;height:323px;margin-bottom:0}section.blogs .inner .posts .post .featured-image{max-width:482px;height:323px}}
