.post_list ul{margin-left:0;list-style:none;display:flex;}.post_list ul li{flex:1;display:flex;flex-direction:column;justify-content:space-between;}.post_list h4{font-size:16px;font-weight:400;text-transform:uppercase;color:var(--global-palette1);letter-spacing:1px;}.post_list a.more{background-color:var(--pp-grey);padding:5px 25px;color:#707070;text-decoration:none;display:block;}@media(max-width:1024px){.post_list ul{flex-direction:column;gap:15px;}}