.featured-box-effect-1 .icon-featured:after {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
}

.icon-featured {
    display: inline-block;
    font-size: 0px;
    /* margin: 15px; */
    width: 44%;
    height: 49px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    background-image: url('img/e-icon.png');
    background-position: center center;
    background-size: 80% 100%;
    background-repeat: no-repeat;
}

.icon-featured-custom-pharmaceuticals {
    background-image: url('img/pharmacy.png');
    background-position: center center;
    background-size: 80% 100%;
    background-repeat: no-repeat;
}

.icon-featured-custom-agriculture {
    background-image: url('img/pyrethrum.png');
    background-position: center center;
    background-size: 80% 100%;
    background-repeat: no-repeat;
}

.icon-featured-custom-infusion {
    background-image: url('img/infusion.png');
    background-position: center center;
    background-size: 80% 100%;
   
    background-repeat: no-repeat;
}

.icon-featured-custom-eastafrica {
    background-image: url('img/eastafrica.png');
    background-position: center center;
    background-size: 80% 100%;
    background-repeat: no-repeat;
}

.featured-box-primary .icon-featured {
   background-color: #009688 !important;
    //background-color: #ddd !important;
}

.featured-box-secondary .icon-featured {
    background-color: #0EA9F4 !important;
}

.featured-box-quaternary .icon-featured {
    background-color: #388E3C !important;
}

.featured-box-secondary .box-content {
    border-top-color: #D3432E!important;
}

.featured-box-primary .box-content {
    border-top-color: #009688 !important;
}

.featured-box-quaternary .box-content {
    border-top-color: #383f48!important;
}

html .lnk-quaternary {
    color: #388E3C !important;
}

html .lnk-secondary {
    color: #0EA9F4 !important;
}

html .lnk-primary {
    color: #009688 !important;
}