
.BlogContent01 {
    padding: 15px;
    color: rgb(90, 90, 90);
}

.BlogContent01 h1 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;

}


.BlogContent01 .articleImage{
    float: left;
    display: block;
    max-width: 350px;
    margin-top: 10px;
    padding: 0 25px 5px 0;
}


.BlogContent01 .lead{  
    font-weight: 300; 
    font-size: 19px;
    margin-bottom: 15px;    
    /* line-height: 46px; */
}

.BlogContent01 .col-md-5 img{ 
/*    position: relative;
    top: 50%;
    transform: translateY(-50%);*/
    margin-top: 40px;

}





@media (min-width: 62em){
    /* .featurette-heading {
        margin-top: 3rem;
    } */
}
@media (min-width: 40em){
    /* .featurette-heading {
        font-size: 50px;
    } */


}

@media screen and (max-width: 768px) {
    .BlogContent01 .col-md-5 img{ 
        margin-top: 10px;

    }
}


