.ws-check-block {
    position: relative;
    padding: 1.56rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    border: 1px solid var(--border);
    background: #fff;
}
a.ws-check-block:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    transition: box-shadow .3s
}
@media (min-width: 768px) {
    .vc_row.vc_row-o-equal-height > .wpb_column {
        margin-bottom: 2rem
    }
    .vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper > .ws-check-block {
        height: 100%;
        margin-bottom:0
    }
}
.ws-check-block-image-wrap {
    display: flex;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: .75rem
}
.ws-check-block-image {
    width: 1.25rem;
    height: 1.25rem;
}
.ws-check-block-title {
    font-family: 'Cabin', sans-serif;
    font-size:1.25rem;
    font-weight: 600;
    margin-bottom: .25rem
}
.ws-check-block-text {
    font-size:1rem;
    font-weight: 500
}
.ws-check-block-content > *:last-child {
    margin-bottom:0
}
@media (min-width:768px) {
}
@media (min-width:992px) and (max-width:1199px) {
}
@media (max-width:1199px) {
    .ws-check-block {
        word-break: break-word;
        hyphens: auto;
    }
}
@media (min-width:1200px) {
}
