.home-wrapper{width:90%;margin:auto;max-width:1440px;display:flex;flex-direction:column}.home-wrapper h1{margin-bottom:20px}.home-wrapper .blog-container{display:flex;flex-direction:column;gap:10px}.blog-card-wrapper{display:flex;flex-direction:column;padding:20px;background:#000;border-radius:10px}.blog-card-wrapper .blog-header{display:flex;align-items:center;margin-bottom:10px}@media screen and (max-width:800px){.blog-card-wrapper .blog-header{flex-direction:column;align-items:baseline;gap:8px}}.blog-card-wrapper .blog-header span{margin-left:10px;display:block;color:#bbb;position:relative}@media screen and (max-width:800px){.blog-card-wrapper .blog-header span{margin:0}}.blog-card-wrapper .blog-header span:before{content:" ● "}@media screen and (max-width:800px){.blog-card-wrapper .blog-header span:before{display:none}}.blog-card-wrapper .blog-header .blog-title{font-size:24px;font-weight:700}