.round-image-text-item {
    display: flex;
    align-items: center;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 1em;
    max-width: 100vw;
    color: #1e1e1e!important;
    text-decoration: none!important;
    font-size: 1em;
    font-size: clamp(1em,5vw,1.2em)
}

@media print,screen and (min-width: 64em) {
    .round-image-text-item {
        font-size:1.2em;
        font-size: clamp(1em,1.9vw,1.2em)
    }
}

.round-image-text-item__image {
   
    flex-shrink: 0;
    margin-right: 1rem;
   
    overflow: hidden
}
.round-image-text-item__image.has-roundness{
     width: 80px!important;
    height: 80px!important;
     border-radius: 50%!important;
}

.round-image-text-item.has-lightbox-or-link {
    cursor: pointer;
    transition: background .3s ease-in-out;
    font-weight: 600!important
}

.round-image-text-item.has-lightbox-or-link:hover {
    background: #ececec
}

.image-object-fit--cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"
}
