.blh-trustbar {
    background-color: #000;
}

.blh-trustbar .blht-card-wrapper {
    position: relative;
    text-align: center;
    transition: 0.7s ease-in-out;
    padding: 16px 5px;
    padding-bottom: 24px;
    margin-left: -15px;
    margin-right: -15px;
    cursor: pointer;
}

.blh-trustbar .blht-card-wrapper.last {
    margin-bottom: 0;
}

.blht-card-wrapper:hover {
    background-color: #1a1a1a;
}

.blh-trustbar .blht-icon {
    position: relative;
    width: 80px;
    height: 56px;
    background: #fff;
    margin: 28px auto;
}

.blh-trustbar .blht-icon::before,
.blh-trustbar .blht-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}

.blh-trustbar .blht-icon::before {
    top: -20px;
    border-bottom: 20px solid #fff;
}

.blh-trustbar .blht-icon::after {
    bottom: -20px;
    border-top: 20px solid #fff;
}

.blh-trustbar .blht-icon-inner {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 76px;
    height: 52px;
    background: #000;
}

.blh-trustbar .blht-icon-inner::before,
.blh-trustbar .blht-icon-inner::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    border-left: 38px solid transparent;
    border-right: 39px solid transparent;
}

.blh-trustbar .blht-icon-inner::before {
    top: -20px;
    border-bottom: 20px solid #000;
}

.blh-trustbar .blht-icon-inner::after {
    bottom: -20px;
    border-top: 20px solid #000;
    z-index: 11;
}

.blh-trustbar .blht-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    z-index: 2;
}

.blh-trustbar .blht-content p {
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
}
.blh-trustbar .blht-content {
    padding-top: 8px;
}
.blh-trustbar .blht-content .sub-heading {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

@media (min-width:992px) {
    .blh-trustbar .blht-card-wrapper {
        border-right: 1px solid #3C3C3C;
        text-align: start;
        margin-bottom: 0;
    }

    .blh-trustbar .blht-card-wrapper.last {
        border-right: none;
    }

    .blh-trustbar .blht-icon {
        position: absolute;
        left: 8%;
    }

    .blh-trustbar .blht-content {
        margin-left: 114px;
        margin-right: 12px;
    }
}