.fill-image{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.reverse-row{
    flex-direction: row-reverse;
    
}

.h2 {
    /* color: #fff; */
    color: black !important;
}

.lead{
    color: black;
    font-weight: 600;
}

