.blog-item{max-width:1200px;display:flex;flex-direction:row;justify-content:start;border:none;gap:20px;margin-top:1rem;.blog-img { max-width: 180px; img { max-width: 180px; } } .blog-date { color: #666; } .blog-summary { text-align: justify; }}.flex-container{display:flex;gap:1rem}.image-wrapper{flex:1}.image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}@media only screen and (max-width:700px){.blog-item{.blog-img { max-width: 80px; img { max-width: 80px; } }}}