#input-search {
    box-shadow: none;
    font-size: 0.75rem;
}

@media(min-width: 992px) {
    #input-search {
        font-size: 1rem;
    }
}

.fund-logo {
    height: 11rem;
}

.fund-body {
    height: 6rem;
    font-size: 0.75rem;
}

.fund-footer {
    font-size: 0.75rem;
}