.blog-grid .img{
    position: relative;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin-bottom: 5px;
}
.blog-grid .title-blog{
    font-size: 16px;
    color: #333 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px !important;
    line-height: 20px;
    font-weight: 500;
    position: relative;
}
.blog-grid time{
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #ed2e2e;
    color: #646464;
    font-weight: 600;
}
.blog-grid .excerpt-content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 65px !important;
}
.sidebar .widget-title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 23px;
}
.sidebar .box-blog h3{
    font-size: 14px;
}
.sidebar .box-blog h3 a{
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px !important;
}
.sidebar .box-blog time{
    font-size: 10px;
}