.card__item {
    height: 100%;
}
.box-shadow {
    box-shadow: -5px 11px 34px rgba(0,0,0,.16);
}
.rounded {
    border-radius: 50px;
    overflow: hidden;
}
.card__item-content {
    position: relative;
    padding: 35px 45px 47px 45px;
    min-height: 190px;
    background-color: var(--white);
}
@media screen and (max-width:768px) {
    .card__item-content {
        padding: 30px 30px 25px 30px;
    }
}
