.babyroku-card {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: 160px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.babyroku-card:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    display: block;
    border-bottom: 1px solid #e6e6e6;
}