/* Округление любых изображений внутри блока с классом uc-classname */
.uc-classname img,
.uc-classname .t-img,
.uc-classname .t706__img {
    border-radius: 50% !important;
    object-fit: cover !important;
    width: 240px !important;   /* Можно увеличить/уменьшить */
    height: 240px !important;
    overflow: hidden !important;
}

/* Округление, если картинки идут как background-image */
.uc-classname .t-bgimg,
.uc-classname .t-cover__carrier {
    border-radius: 50% !important;
    overflow: hidden !important;
}