*{ 
    margin:0px auto; 
    padding:0px;
    font-family: 'Lexend Deca', sans-serif; 
 }
body{
    background-image: url(../img/slider44.jpg);
    background-repeat: no-repeat;
    background-size:cover ;
}
.blog_section h3 { 
    font-weight: 800;
    color: #4F4747;
    margin-bottom: 0px; 
    font-size: 36px; 
} 
.blog_section .col-md-12 {
  text-align: center; 
}
.blog_section .blog {
    height: 280px;
    border: solid 5px #EC9A1D;
    border-radius: 100%;
    background-color: #515151; 
 } 
.blog_section .blog:hover{
    cursor: pointer; 
    box-shadow: 5px 0px 10px 1px #EC9A1D; 
} 
.blog h4, .blog h2 {
    font-weight: 600; 
    color: #fff; 
    font-size: 20px; 
    padding: 10px 0px;
    margin-top:30px;
 }

.blog h5 {
    font-size: 16px;
    padding: 30px 0px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.bgimage{
    opacity: 0.12;
    position: absolute;
    top: 50px;
    left: -20px;
    width: 260px;
}