/* Start:  Newly addd css styels  */

.bg-light-violet {
    background-color: #f6eff6;
}

 /* Media Query for Laptops and Desktops */
 @media (min-width: 1025px) {
    .c-max-900 {
        margin: 0 auto;
        max-width: 900px;
    }
}

.bg-c-grey {
background-color: #f5f5f5;
}

.latest-h {
    height: 360px;
}

p.txt-c {
    text-align: center !important;
}

.latest-h02 {
    height: 405px;
}

/* End:   Newly Addd css styles  */
