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