.highlighted .groupped {
    padding: 10px 25px;
}

.highlighted .item-article {
    background:#fff;
    border: 1px solid #f1f1f1;
}

.blog-highlighted h2 u:after 
{
    background-color: #1bbc9b;    
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 11px;
    z-index: -9;
}
    
.blog-highlighted h2 u {
      position: relative;
    z-index: 99;
    text-decoration: none;
}

.blog-highlighted h2 
{
    text-transform: uppercase;
    text-align: center;
    margin: 20px;
    margin-bottom: 40px;
    color:#555;
}

.highlighted .colored-1 {
    background: #54bd9c;
}

.highlighted .colored-2 {
    background: #4bbad5;
}

.highlighted .content.colored-1 a {
    color: #54bd9c;
}

.highlighted .content.colored-2 a {
    color: #4bbad5;
}



.highlighted .item-article .image {
    background-size: cover!important;
    background-position: 50%!important;
    min-height: 270px;
}



.highlighted .content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.highlighted .content h3 {
    font-size: 24px;
    color: #555;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
        text-transform: capitalize;
}

.highlighted .content p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #9a9a9a;
    font-weight: 100;
    font-size: 14px;
    min-height: 130px;
    text-align: justify;
    padding: 0 15px;
}


.highlighted .content a {
    background-color: #f76570;
    color: #fff;
    padding: 7px 25px;
    border-radius: 30px;
    font-size: 14px;
}

.highlighted .content.colored-1 a, .highlighted .content.colored-2 a {
    background-color: #fff;
}


.highlighted .content.colored-1 p, 
.highlighted .content.colored-2 p, 
.highlighted .content.colored-1 h3, 
.highlighted .content.colored-2 h3 
{
    color: #fff;
}