.rec-posts{display:flex;flex-wrap:wrap;gap:40px}.rec-posts>div{border-radius:10px;flex:0 0 calc(25% - 30px);min-height:450px;overflow:hidden;padding:40px 20px 20px;position:relative;transition:all .25s ease-in-out}.rec-posts .link-wrapper{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:111}.rec-posts>div:hover{padding:70px 20px 20px}.rec-posts .img-wrapper,.rec-posts .img-wrapper:before{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.rec-posts .img-wrapper:before{background:rgba(0,0,0,.2);content:"";transition:all .3s ease-in-out;z-index:1}.rec-posts .featured-img{height:100%;object-fit:cover;object-position:center;transition:all .3s ease-in-out;width:100%}.rec-posts>div:hover .featured-img{scale:1.3}.rec-posts>div:hover .img-wrapper:before{backdrop-filter:blur(5px);background:rgba(0,0,0,.75)}.rec-posts .post-description,.rec-posts .post-title,.rec-posts .tag{color:#fff;position:relative;text-shadow:0 2px 2px #000;z-index:11}.rec-posts .tag{font-size:12px;font-weight:400;letter-spacing:3px;text-transform:uppercase}.rec-posts .post-title{font-size:20px;font-weight:600;letter-spacing:-1px;line-height:normal;margin-bottom:0}.rec-posts .rec-post{display:flex;flex-direction:column;gap:20px}.rec-posts .rec-post .btn{align-items:center;background:#fff;border-radius:10px;display:inline-flex;justify-content:center;margin-bottom:-100px;margin-left:auto;margin-top:auto;padding:10px;position:relative;transition:all .35s ease-in-out;width:max-content;z-index:11}.rec-posts .rec-post:hover .btn{margin-bottom:0}.rec-posts .rec-post .btn svg{width:20px}@media(max-width:1080px){.rec-posts{gap:20px}.rec-posts .rec-post{flex:0 0 calc(50% - 10px);min-height:350px}}@media(max-width:767px){.rec-posts{flex-direction:column}.rec-posts .rec-post{min-height:300px}}