section.section-content {
    padding: 8rem 0;
}

html {
    font-size: 62.5%;
    font-family: Mulish, sans-serif !important;
    font-size: 62.5%;
    background: #fff;
    overflow-x: auto;

}

a:hover {
    /* color: #0056b3; */
    text-decoration: unset;
}

.sme-blog-articles-wrapper a {
    text-decoration: none;
    color: inherit;
}

.sme-blog-articles h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 3.5rem;
}

.img-responsive {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.sme-blog-articles-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

.blog-articlebx {
    width: 33%;
    border: solid 1px #eaeaea;
    border-radius: 10px;
}

.sme-blog-articles-content {
    padding: 3rem 2rem;
}

.sme-blog-articles-content h6 {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0;
    margin: 0rem;
    color: rgb(40, 40, 40);
    margin-bottom: 10px;
}

.sme-blog-articles-content p {
    line-height: 2.4rem;
    margin-bottom: 15px;
    margin-right: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: rgb(40, 40, 40);
}

.sme-blog-articles-content span {
    color: #6c6c6c;
    font-weight: 300;
    font-size: 1.4rem;
}

.blog-articlebx:hover {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 13%);
}

@media (max-width: 768px) {
    section.section-content {
        padding: 4rem 1.5rem;
    }

    .sme-blog-articles-wrapper {
        flex-direction: column;
    }

    .blog-articlebx {
        width: 100%;
    }

    .sme-blog-articles h2 {
        text-align: left;
    }
}