.card-header{
    color: #00797b;
    font-weight: 700;
    background: white;
    padding: 10px;
    border: 1px solid #4682b400 !important;
    border-radius: 5px;
    box-shadow: 0px 0px 6px -2px;
    font-size: 24px;
}

.main-heading{
    color: #00797b !important;
    font-weight: 700;
    background: white;
    font-size: 26px !important;
}

.btn-sm{
    border-radius: 24px;
}
.card-body{
    border-top: #3c8dbc solid 4px;    
    border-radius: 7px;
}
body {
    /* font-family: farro !important; */
    font-family: 18px;
}