.featured-box1 {
    /* background: #F5F5F5; */
    /* background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
    background: #8ec64070;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.featured-box1 .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 20px 20px 10px 20px;
    position: relative;
    top: -1px;
}

html .featured-box-primary1 .box-content {
    border-top-color: #8ec640;
}

.featured-boxes1 .featured-box1 {
    margin-bottom: 15px;
    margin-top: 15px;
}