.blogs{
    display: grid;
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
    gap: 40px 30px;
    justify-items: center;
    height: 100% !important;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 23%), 1fr));
}

.card{
  width: 100%;
}