#module-smartblog-details #main{
    border: unset;
}
#module-smartblog-details #content {
    padding: 0;
}
.sdsarticleHeader {
    max-width: 1000px;
    margin: auto;
}
.sdsarticleHeader img {
    max-width: 100%;
    height: auto;
}
#module-smartblog-details .articleContent {
    max-width: 1000px;
    margin: auto;
    font-size: 15px;
    line-height: 28px;
}
#module-smartblog-details .articleContent h1,#module-smartblog-details .articleContent h2,#module-smartblog-details .articleContent h3,#module-smartblog-details .articleContent h4,#module-smartblog-details .articleContent h5,#module-smartblog-details .articleContent h6 {
    font-family: 'Roboto';
    font-weight: 700;
}
#module-smartblog-details .articleContent h1 {
    font-size: 24px;
}
#module-smartblog-details .articleContent h2 {
    font-size: 20px;
}
#module-smartblog-details .articleContent h3 {
    font-size: 18px;
}
.articleContent h4 {
    font-size: 17px;
}
#module-smartblog-details .articleContent h5 {
    font-size: 16px;
}
#module-smartblog-details .articleContent h6 {
    font-size: 14px;
}
.sb-img-container-post {
    margin-bottom: 3rem;
}
#module-smartblog-details .articleContent  img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
    width: 100%;
    object-fit: contain;
}
@media (max-width: 768px){
    #module-smartblog-details .articleContent  img {
        float: unset !important;
    }
}
@media (min-width: 767px){
    #module-smartblog-details .articleContent  img {
        max-width: 50%;
        height: auto;
        margin-left: 3rem;
        margin-bottom: 1.5rem;
    }
}
#module-smartblog-details .sdsarticleBottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.blog_posts_releatedPosts {
    margin-bottom: 1.5rem;
}
#module-smartblog-details h1.category-title {
    margin-bottom: 0;
}
#module-smartblog-details .data-created {
    font-size: 14px;
}
#module-smartblog-details .header-inner-text {
    margin-bottom: 1.5rem;
}
.blog-btn {
    border: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 0.5rem 2rem;
    transition: 0.3s;
    max-width: 150px;
    width: 100%;
}
.blog-btn svg {
    width: 8px;
    transition: 0.3s;
    margin-left: 5px;
}
.blog-btn:hover {
    background-color: #000;
    color: #fff;
}
.blog-btn:hover svg {
    width: 14px;
    stroke: #fff !important;
}