/* .section.share-the-articles {
    display: flex;
    justify-content: space-between;
} */
.share-article-embedv2-section {
    display: flex;
    max-width: 1248px;
    margin: auto;
    padding: 0 24px;
    margin: 35px auto;
}

.share-the-articles .default-content-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--body-font-color);
    padding: 5px 0;
    max-width: 95%;
    text-align: justify;
}
.share-the-articles .default-content-wrapper p{
    width: 95%;
    text-align: justify;
}

.share-the-articles .default-content-wrapper {
    /* width: 68%; */
    margin: 0 !important;
}

.share-the-articles .default-content-wrapper p strong {
    color: rgba(151, 41, 30, 1);
    /* font-weight: 400; */
    font-size: 24px;
    line-height: 120%;
}

.share-the-articles .default-content-wrapper ul li{
    font-size: 20px;
    font-weight: 400;   
}

.section.share-the-articles h1 {
    margin-bottom: 50px;
}

.section.share-the-articles .related-blogs h2 {
    margin-bottom: 24px;
    /* font-size: 24px; */
}

.section.share-the-articles .blog-carousel-card-text {
    padding: 10px 10px;
}

.section.share-the-articles .blog-carousel-card-title p a {
    color: var(--primary-color);
    font-size: 16px;
}

.section.share-the-articles .blog-carousel-card-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section.share-the-articles .blog-carousel-card-date,
.section.share-the-articles .blog-carousel-card-category {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 10px;
    color: grey;
}

.section.share-the-articles .blog-carousel-card {
    margin-bottom: 20px;
}

.section.share-the-articles .vendorlistcard-wrapper {
    width: 32%;
    margin: 0;
}

.section.share-the-articles .vendorlistcard {
    flex-direction: column;
    border: 1px solid #1111111F;
    padding: 20px;
    border-radius: 12px;
}

.section.share-the-articles .vendorlistcard .download-card-content {
    max-width: 100%;
}
.share-the-articles .default-content-wrapper ol li{
    width: 97%;
}

@media (max-width: 767px) {
    .section.share-the-articles {
        flex-direction: column;
    }

    .share-the-articles .default-content-wrapper p strong {
        font-size: 20px;
        font-family: var(--body-font-family-semibold);
        text-align: unset !important;
    }

    .share-the-articles .default-content-wrapper {
        width: 100%;
        margin-top: 16px !important;
    }

    .share-the-articles .default-content-wrapper p {
        max-width: 100%;
        font-size: 16px;
    }
    .share-the-articles .default-content-wrapper ol li{
        font-size: 16px;
    }

    .share-the-articles .default-content-wrapper p br {
        padding: 10px 0;
    }

    .share-the-articles .default-content-wrapper ul li{
        font-size: 16px;
    }

}