.site-main-content{
    /* max-width: 1500px; */
    padding-top: 20px;
    
}
.blog-content-wrap{
    max-width: 800px;
    position: relative;
    padding-bottom: 20px;
    position: relative;
}
.site-header-mobile-main{
    top:51px;
}

.blog-header{
    font-size: 30rem;
    font-weight: bold;
}
.blog-subheader{
    font-size: 24rem;
}
.blog-date{
    font-size: 20rem;
    font-weight: bold;
}

.blog-meta-wrap{
    color:gray;
}
.blog-content{
    margin-top: 20px;
}
.blog-content p{
    margin-top: 13rem;
    margin-bottom: 13rem;
    line-height: 1.6;
}
.blog-content *{
    color: #656565 !important;
    /*font-size: 17px !important;*/
}
.blog-content ul{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.blog-content li{
    list-style:inherit;
}
.blog-content img{
    width: 100%;
    height: auto;
    
}
.blog-content-right{
    background-color:rgb(248, 248, 248);
}
.blog-item{
    margin-bottom: 20px;
    max-width: 1000px;
}
.blog-img{
    width: 100%;
    height: auto;
}
.blog-header{
    font-size: 36rem;
    font-weight: bold;
    color: #656565;
}
.blog-subheader{
    font-size: 17rem;
    color: #656565;
    flex:1;
}
.blog-content-right{
    
    padding:30px;
}
.recent-testimonial-header{
    text-align: center;
    padding-bottom: 20px;
}
.blog-left,.blog-content-right{
    flex:1;
}
.recent-blog-wrap{
    position: relative;
    padding-bottom: 20px;
}

.blog-content-wrap{
    width: 100%;
}
.blog-content table{
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    display: flex;
}
.blog-content table tbody{
    width: 100%;
}
.blog-content table tbody tr{
    display: flex;
}
.blog-content table td img{
    padding: 0px 4px;
    max-width: 100%;
    height: 100%;
}