.post-list_PostList__2bH65{display:flex;flex-direction:column;gap:30px}.post-list_Post__AmLwZ{width:100%;height:fit-content;display:flex;justify-content:space-between;gap:30px;padding:20px;background-color:var(--gray-3);border-radius:18px;box-shadow:var(--box-shadow);.post-list_Content__XuYOE{display:flex;flex-direction:column;justify-content:space-between;gap:15px;width:60%;text-wrap:wrap;.post-list_TagList__heBWP{display:flex;align-items:center;flex-wrap:wrap;gap:10px;.post-list_Tag__xO2Ox{background-color:var(--accent-color);border-radius:10px;padding:10px;color:white;width:fit-content}}.post-list_Text__ke4aM{display:flex;flex-direction:column;gap:10px;p{min-height:130px;text-align:justify}}.post-list_Action__VTeLJ{display:flex;justify-content:space-between;align-items:center;gap:10px;a{max-width:fit-content;.post-list_ReadButton__SgOBw{max-width:200px}}.post-list_Date__ZKCia{color:var(--gray-12)}}}.post-list_Image__Nv_1j{border-radius:12px;overflow:hidden;height:300px;width:450px;display:flex;align-items:center;justify-content:center;background-color:var(--gray-4);img{object-fit:cover;width:100%;height:100%}svg{width:60%;height:60%}}}@media screen and (max-width:1000px){.post-list_Post__AmLwZ{display:flex;flex-direction:column-reverse;gap:10px;.post-list_Content__XuYOE{width:100%}.post-list_Image__Nv_1j{display:flex;justify-content:center;align-items:center;width:100%}}}.page_Blog___2HNv{display:flex;flex-direction:column;gap:20px}