.site-heading h1{
    font-size : 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}
.border {
    background: #ffffff;
    height: 5px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
/* Blog-CSS */
.blog-box {
    padding: 0 0px;
    transition: .5s;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.blog-box-content h4 a {
    font-size: 20px;
    padding: 0px 0 0px;
    text-transform: uppercase;
    color:#2b2b2b;
    text-decoration:none;

}
.blog-box-content h4:hover {
    color:#000;
    text-decoration:none;

}

.blog-box-content {
    padding: 0 20px 20px;
}
.blog-box-text h4 a {
    color: #333;
}