#out-standing-survey .thumb{
    height: 85px;
    width: 85px;
    aspect-ratio: 1 / 1;
}

#out-standing-survey .thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#out-standing-survey .list-item-skeleton {
    height: 85px;
    border-radius: 10px;
    overflow: hidden;
}

#news-paging figure {
    aspect-ratio: 1 / 1;
}

#news-paging .list-item-skeleton {
    border-radius: 10px;
    border: 0.88px solid #e0e6f7;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background: #f8faff;
}

    #news-paging .list-item-skeleton .img-skeleton{
        aspect-ratio: 1/1;
        width: 100%
    }

    #news-paging .list-item-skeleton .footer-skeleton{
        height: 221px;
    }

    #news-paging .list-item-skeleton .skeleton-animation-loading{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }