.person-solutions-card .solutions-card {
    background: #e1e1e1;
    padding-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    transition: transform 300ms ease, box-shadow 300ms ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.person-solutions-card .img-placeholder {
    background-color: #808080;
    border-radius: 10px 10px 0 0;
}
.person-solutions-card .fresh-field-img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 10px 0 0;
    display: block;
    max-width: 325px;
    max-height: 255px;
}
.person-solutions-card .card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
}
.person-solutions-card .solutions-label {
    color: #333d47;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
}
.person-solutions-card .solutions-card h3 {
    padding: 0 10px;
    margin: 5px 0;
    font-size: 1.2rem;
    line-height: normal;
    text-align: left;
    color: #5c666f;
    text-transform: none;
}
