@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button,input,textarea,select{font:inherit}table{border-collapse:collapse;border-spacing:0}body{background:#f4d04e;display:flex;justify-content:center;align-items:center}*{font-family:Figtree,sans-serif;line-height:150%}.card{background:#fff;width:384px;height:522px;padding:24px;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #111111;box-shadow:8px 8px #000}.imgmob{display:none}.content{display:flex;flex-direction:column;width:336px;height:194px;gap:12px;justify-content:space-between}.category{background-color:#f4d04e;width:82px;padding:4px 12px;border-radius:4px;text-align:center;font-size:14px;font-weight:800;display:flex;gap:8px}.date{font-size:14px;font-weight:500;color:#111}.title{font-size:24px;font-weight:800}.title:hover{color:#f4d04e;cursor:pointer}.description{font-size:16px;font-weight:500;color:#6b6b6b}.author{display:flex;align-items:center;width:129px;gap:12px}.name{font-size:14px;font-weight:800}@media screen and (max-width: 376px){.card{width:327px;height:501px;gap:24px;padding:24px}.imgdesk{display:none}.imgmob{display:flex}.content{width:279px;height:173px}.category{width:73px;font-size:12px}.date{font-size:12px}.title{font-size:20px}.description{font-size:14px}}
