.leed-line-white{
    background-color: #fff;
}

.leed-line-grey{
    background-color: #f0f0f0;
}

.img-container{
    max-width: 100%;
    max-height: 500px;
}

@media (max-width: 768px) {
    .mgn {
        margin-top: 50px;
    }
    .button-size{
        height: 100px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mgn {
        margin-top: 0;
    }
    .button-size{
        height: 50px;
    }    
}
@media (min-width: 992px) and (max-width: 1200px) {
    .mgn {
        margin-top: 0;
    }
    .button-size{
        height: 50px;
    }    
    
}
@media (min-width: 1200px) {
    .mgn {
        margin-top: 0;
    }
    .button-size{
        height: 50px;
    }    
    
}
