.tagged-posts{display:flex;flex-wrap:wrap;gap:20px}.tagged-posts .tagged-post{flex:1 1 calc(33.333% - 20px);box-sizing:border-box;max-width:calc(33.333% - 20px)}.tagged-posts .image-container{width:100%;height:270px;position:relative;overflow:hidden;border-radius:1rem;margin-bottom:10px}.tagged-posts img{max-width:100%;height:auto;position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);border-radius:1rem}.tagged-posts h4{font-size:1.2em;margin:10px 0}.tagged-posts .post-date{font-size:0.9em;color:#777;margin-bottom:15px}.tagged-posts .read-more{display:inline-block;margin-top:10px;padding:10px 20px;background-color:#7ad955;color:#fff!important;text-decoration:none;border-radius:2rem;font-weight:bold}.tagged-posts .read-more:hover{background-color:#000000;color:#fff!important}@media (max-width:980px){.tagged-posts .tagged-post{flex:1 1 100%;box-sizing:border-box;max-width:100%}}