.alchemx-review img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.alchemx-review {
    position: relative;
    background-color: #f1f1f1;
    box-shadow: #ede1e1 3px 3px 4px 0px;
    height: 100%;
}