.learning-article-ind{
    position:relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background: #fff;
    float: left;
    margin-right:10px;
    height: 173px;
}
.learning-article-ind .article-image{
    width:100%;
}
.carousel-four-div.learning-article-ind {
   padding: 10px;
   padding-top: 60px;
   text-align: center;
}
.learning-article-ind .article-info{
    position: absolute;
    width: 100%;
    background: #fff;
    opacity: 0.9;
    bottom: 0;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    min-height: 69px;
}

.learning-article-ind .article-info p{
    font-size:20px;
    color:#333;
}

.learning-article-ind .article-info p strong{
    display:inline-block;
}

.learning-article-ind h2{
    display: inline-block;
    margin: 0;
}

.learning-article-ind .article-icon{
    float: right;
    position: absolute;
    right: 5px;
    top: 8px;
    max-width: 25px;
}
.learning-article-ind .text-blue{
    color:#00337f;
   /* color:#1d86ff;*/
    font-weight: bold;
}
