.cases .container {
    max-width: 950px
}

.cases .card {
    border-radius: 1rem;
    /* box-shadow: 0px -10px 0px rgb(151, 248, 6) */
    box-shadow: 0px -10px 0px rgb(102, 19, 62)
}

@media(max-width:767px) {
    .cases .card {
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw
    }
}

.cases img {
    width: 6.2rem;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto
}

.cases .col-md-4 {
    padding: 0 0.5rem
}

.cases .card-title {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'IM Fell French Canon SC'
}

.cases .card-text {
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.8rem;
    color: rgb(82, 81, 81);
    line-height: 1.4rem
}

.cases .footer {
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 2rem 0 1.4rem 0;
    font-family: 'Varela Round'
}

.cases .name {
    font-size: 0.8rem;
    font-weight: bold
}

.cases .position {
    font-size: 0.7rem
}

.cases a {
    /* color: rgb(151, 248, 6); */
    color: rgb(150, 6, 57);
    font-weight: bold
}

.cases a:hover {
    color: rgb(150, 6, 57);
    /* color: rgb(151, 248, 6) */
}