.card-img-crop {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.quote-highlight {
    background-color: rgba(247, 230, 87, 0.5);
    color: #222222;
}
