﻿body {margin: 0; padding: 0;
}
a {
    color: #000;
    text-decoration: none;

}
    a:hover {
        color: inherit;
        text-decoration: none;
    }
h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
article.bg-white {
    height: 550px;
    margin-bottom: 30px;
}
.bg-white, .section.bg-white {     background-color: #f3f3f3 !important;}
.blog_in{padding: 0 15px 20px 15px;margin-top: 15px;}
.SigBlog img{display: inline-block;    border-radius: 10px;    vertical-align: text-bottom;}
.SigBlog_Title{display: inline-block;font-size: 14px;}
.SigBlog_Title p{margin-bottom: 0;}
