*, body {
    padding: 0;
    margin: 0;
}

.bg-secondary {
    background-color: #40474E;
}
.contact__college svg {
    min-width: 24px;
}

.card {
    border-radius:  0.25rem;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 0px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.card-body {
    font-size: 0.875rem;
}

.card-header,
.card-footer {
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: 0.0625rem solid #d2d5d8;
}

.bg-success {
    background-color: #8dc63f !important;
}
.card.value__card {
    min-height: 300px;
    max-height: 300px;
    height: 100%;
}
.d-content{
    display: contents;
}
.t-upper{
    text-transform:capitalize;
}