/* Your Custom CSS Goes here */

.mh-400 {
    min-height: 400px;
}

.card-body a {
    text-decoration: none;
    color: inherit;
}

.brl-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    

}
.pr-30 {
    padding-top: 10px;
    padding-right: 30px;
}

.mh-100 {
    min-height: 100px;
}
.link {
    text-decoration: none;
    color: inherit;
}