.imupro-plugin-block-image-columns-plus-text {
    text-align: center;
    position: relative;
}

.imupro-plugin-block-image-columns-plus-text .image img {
    width: 50%;
    height: auto;
    border: rgb(188, 207, 0) solid 1px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.imupro-plugin-block-image-columns-plus-text .image img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.imupro-plugin-block-image-columns-plus-text .image:after {
    position: absolute;
    left: 50%;
    border-right: 1px solid rgb(149, 162, 156);
    content: '\25C9';
    font-size: 13px;
    height: 25px;
    /* margin: 0 auto; */
    line-height: 66px;
    text-align: center;
    width: 6px;
    display: block;
    color: rgb(149, 162, 156);
}

.imupro-plugin-block-image-columns-plus-text .image:hover:after {
    content: '\2B24';
    width: 7px;
    font-weight: 900;
    line-height: 78px;
    height: 32px;
    transition: line-height 0.3s ease 0s;
    color: rgb(149, 162, 156);
}

.imupro-plugin-block-image-columns-plus-text .content {
    margin-top: 48px;
}

.imupro-plugin-block-image-columns-plus-text h3 {
    display: inline-block;
    color: rgb(60, 104, 113);
    font-weight: normal;
}
