.post-list-item{display:flex;width:100%;margin-bottom:20px;border-bottom:1px solid #ddd;padding-bottom:20px;flex-wrap:wrap;justify-content:flex-end;position:relative}.post-avatar{width:25%;padding-right:20px}.post-avatar img{width:200px;height:auto}.post-info{width:75%;display:flex;flex-wrap:wrap}.post-info h4{width:100%}.post-info .post-content{width:60%;display:flex;flex-direction:column;gap:10px;padding-right:20px}.post-info .post-contact{display:flex;flex-direction:column;width:40%;gap:10px;justify-content:flex-end;align-items:flex-end;justify-content:flex-start}@media (max-width:767px){.post-info .post-content,.post-info .post-contact{width:100%;align-items:flex-start}.post-avatar{position:absolute;top:0;width:48%;padding:0}.post-avatar img{width:120px}.post-info{justify-content:flex-end;row-gap:20px}.post-info h4{width:50%;margin:10px 0 0 0}.post-list-item{flex-direction:column}.post-avatar,.post-info,.post-contact{width:100%;margin-right:0;margin-bottom:10px}}.pagination{text-align:center;margin:20px 0}.pagination a{text-decoration:none}.pagination a,.pagination span{display:inline-block;margin:0 5px;padding:10px;text-decoration:none;background-color:#fff;color:#000;border:2px solid #666;border-radius:50%;width:40px;height:40px;line-height:1em;text-align:center;font-weight:700;transition:background-color 0.3s,color 0.3s}.pagination a:hover{background-color:#f0f0f0}.pagination .current{background-color:#000;color:#fff;border-color:#000}.pagination a,.pagination .current{text-align:center;width:40px;height:40px;line-height:1em}