.styles_container__BuxSt:empty {
    position: relative;
    background-color: #eee;
    overflow: hidden
}

.styles_container__BuxSt:empty:after {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0));
    animation: styles_shimmer__V009B 2s infinite;
    content: ""
}

@keyframes styles_shimmer__V009B {
    to {
        transform: translateX(100%)
    }
}

.styles_text__hgWWb {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.styles_circular__Ld_Ei {
    border-radius: 50%
}

.styles_articleContainer__AaGii {
    width: 300px
}

@media(max-width:992px) {
    .styles_articleContainer__AaGii {
        width: 100%
    }

    .styles_articleContainer__AaGii+.styles_articleContainer__AaGii {
        margin-top: 32px
    }
}

.styles_article__ehqBG {
    display: flex;
    flex-direction: column;
    width: 300px
}

@media(max-width:992px) {
    .styles_article__ehqBG {
        width: 100%;
        margin: 0 auto
    }
}

.styles_article__ehqBG.styles_loader__3uvIW {
    margin-top: 32px
}

.styles_articleHeading__rtpDV {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 24px 0
}

@media(max-width:992px) {
    .styles_articleHeading__rtpDV {
        font-size: 18px;
        line-height: normal;
        margin: 20px 0
    }
}

.styles_articleText__HJMNF {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 300;
    line-height: normal
}

@media(max-width:992px) {
    .styles_articleText__HJMNF {
        font-size: 16px
    }
}

.styles_link__lE9ir {
    color: #973edf;
    font-size: 18px;
    font-weight: 400;
    margin: 24px 0 0;
    text-decoration: none;
    line-height: 24px
}

@media(max-width:992px) {
    .styles_link__lE9ir {
        margin-top: 20px
    }
}

.styles_imageContainer__kZVde {
    width: 100%;
    height: 150px;
    position: relative;
    margin: 0 auto
}

@media(max-width:992px) {
    .styles_imageContainer__kZVde {
        width: 288px
    }
}

.styles_image__oDix0 {
    border-radius: 16px
}

.styles_articlesContainer__WE_1L {
    min-height: 453px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media(max-width:930px) {
    .styles_articlesContainer__WE_1L {
        flex-direction: column;
        justify-content: space-evenly
    }
}
