.recent-post--wrapper{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;padding:0}.recent-post img{border-radius:20px;box-shadow:0 12px 24px -12px rgba(0,0,0,.3);box-shadow:0 20px 40px -8px rgba(50,50,93,.25);height:auto;width:100%}.post-tags{display:flex;gap:12px;padding-top:32px}.tag{background-color:#5c5c5c;border-radius:22px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:.3rem .8rem}.tag-green{background-color:#67c493}.tag-blue{background-color:#6896e8}.recent-post--title{color:#212121;font-size:1.17em;font-weight:700;margin:0;padding:12px 0}.recent-post small{color:#212121}.meta-underline{background:#212121;height:3px;margin-bottom:40px;margin-top:24px;width:72px}@media (max-width:768px){.recent-post--wrapper{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:0}.recent-post{box-sizing:border-box;flex:0 0 80%;margin:0;scroll-snap-align:center}.recent-post--wrapper::-webkit-scrollbar{display:none}}