body{
    background-color: #1d2d44;
}
.blogs{
  display: grid;
  grid-template-columns: 50% 50%;
  place-items: center;
}
.card-img{
  width: 20vw;
  height: 25vh;
}