
.lazy-load{
    margin-left: 10em;
    opacity: 0;
}

.load{
    transition: 0.5s ease-in-out;
    opacity: 1;
    margin-left: 0;
   
}