a.case-name {
    text-decoration: none;
}

a.case-name:hover,
a.case-term:hover {
    text-decoration: none;
}

div.card-front,
div.card-back {
    min-height: 420px;
    border-radius: 8px;
    border: none;
    color: #fff;
}

.card-img-top {
    width: 100%;
    min-height: 234px;
}

.card-case-body {
    height: auto;
    padding: 16px;
}

.card-case-text {
    margin-top: 24px;
    font-size: 20px;
}

div.card-back-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}

.col-сard-case {
    margin-bottom: 32px;
}

.point-card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

p.case-title {
    color: var(--black);
    font-weight: bold;
    font-size: 1.5rem;
}
