@charset "UTF-8";
   .profile-follows,
.author-follows {
display: none !important;
} @media screen and (max-width: 1023px){}
@media screen and (max-width: 834px){
.pun-blog-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media screen and (max-width: 480px){
.pun-blog-grid {
grid-template-columns: 1fr !important;
}
}