.without-pseudo-element:before{
    display: none !important;
}

.square-icons-list.agents-list{
    .icon{
        box-shadow: none;
        border-radius: 50%;
        background: #F3F4F9;
        top: 50%;
    transform: translateY(-50%);
    }
}

.custom-list-with-icon{
    li{
        padding-left: 30px;
        min-height: unset;
        margin-bottom: 20px;

        .icon{
            box-shadow: none;
        border-radius: 50%;
        background: #F3F4F9;
            width: 20px;
            height: 20px;
            top: 2px;
            transform: none !important;
            /* top: 18px !important;
            transform: none !important; */
        }
    }
}

.post .video-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,66,184,.4)
}