.cardHead{
    min-height: 160px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px #000;
}
.cardOut{
    border-radius: 16px !important;
    overflow: hidden;
}