.four-right-compare .widget-posts li.compare-item {
    width: 50%;
    margin: 0 5px;
    border: 1px solid #ddd;
    cursor: pointer;


}

.four-right-compare .box-widget-item-header h2 {
    font-size: 19px;
}

.four-right-compare.compare-host .box-widget-content {
    padding: 20px 20px 10px;
}

.four-right-compare .widget-posts .dflex {
    display: flex !important;

}

.four-right-compare .widget-posts span.compare-versus {
    /*left: 45%*/
    ;
    z-index: 5;
    height: 25px;
    width: 25px;
    /*top: 35%;*/
    line-height: 11px;
    /*display: block !important;*/
    /* border-radius: 100%; */
    position: relative;
    padding: 6px;
    font-size: 16px;
    text-align: center;
    border: none;
    background: #384f95;
    color: #fff;

}

.four-right-compare .widget-posts ul {
    margin-bottom: 0;

}

.four-right-compare.compare-host .box-widget-content .compare-item .widget-posts-img {
    padding: 20px 10px;
}

.four-right-compare.compare-host .box-widget-content .compare-item .widget-posts-img img {
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    .four-right-compare.compare-host .box-widget-content .compare-item .widget-posts-img img {
        width: 80%;
    }
}

.four-right-compare .compare-img-check {
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
}