.blogs{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1%}.blog-item{width:24%;box-shadow:0 0 10px 4px rgba(0,0,0,.1);background-color:#fff;margin-bottom:1%;display:flex;flex-direction:column;border-radius:10px;overflow:hidden}.blog-item,.blog-item:active,.blog-item:hover,.blog-item:visited{color:#000;text-decoration:none}@media only screen and (max-width:1600px){.blogs{gap:1.3%}.blog-item{width:32%;margin-bottom:1.3%}}@media only screen and (max-width:1200px){.blogs{gap:2%}.blog-item{width:49%;margin-bottom:2%}}@media only screen and (max-width:800px){.blogs{gap:0}.blog-item{width:100%;margin-bottom:2%}}