.box-card-wrapper {
    overflow: hidden !important;
    border-radius: 1rem !important;
    box-shadow: 0 1px 8px 0 rgba(13, 34, 71, 0.12), 0 28px 108px 0 rgba(13, 34, 71, 0.1), 0 -1px 1px 0 rgba(13, 34, 71, 0.12);
    height: 100%;
}
.box-card-wrapper h5 {
    font-size: 20px;
    text-align: center;
    padding: 0 30px;
    font-weight: 600;
    line-height: 26px;
}
.box-card-wrapper .box-card-desc {
    padding: 0 30px 30px;
}