

.featured-icon-03 .content {
    margin-left: 15px;
    padding-left: 35px;
    position: relative;
}

.featured-icon-03 .content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 5px;
    width: 1px;
    background: #EDEDED;
}

.featured-icon-03 h5,
.featured-icon-03 h6 {
    line-height: 1.7;
    margin: 0 0 15px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.bg-dark .featured-icon-03 .icon {
    background: #323232;
}

.bg-dark .featured-icon-03 .content {
    color: #C2C2C2;
}

.bg-dark .featured-icon-03 .content:before {
    background: #8A8A8A;
}

.bg-dark .featured-icon-03 h5,
.bg-dark .featured-icon-03 h6 {
    color: #FFF;
}
