.image-container {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.blog-single-post-content .e-con-inner .elementor-widget-text-editor {

    line-height: 1.4;
    font-size: 16px;
    font-family: Inter;
}

.blog-single-post-content h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 16px;
}

.blog-single-post-content li {
    line-height: 1.22;
    margin-bottom: 16px;
    font-weight: 600;
}

.blog-single-post-content ul,.blog-single-post-content ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.blog-single-post-content blockquote {
    background-image: linear-gradient(180deg, var(--e-global-color-92f7167), #298aef85);
    font-size: 20px;
    line-height: 1.5;
    border-left-style: none;
    border-radius: 20px;
    margin-top: 28px;
    margin-bottom: 28px;
    font-weight: 500;
    margin-inline: 0;
    padding: 20px;
}

.blog-single-post-content img {
    border-radius: 28px;
}


.blog-single-post-content figcaption {
    display: block;
    caption-side: bottom;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    font-weight: 500;
    text-align: center;
}


@media  (max-width: 991px){
    .avl-subscribe-wrapper {
        padding: 1rem;
    }

    .avl-subscribe-title {
        margin-top: 0;
        font-size: 18px;
    }

    .blog-single-post-content h2 {
        font-size: 24px;
    }

    .blog-single-post-content blockquote {
        font-size: 18px;
    }
}