.blogs{
    width: 100%;
    height: 50vh;
    min-height: 10vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
}