div.embla__slide a {
    display: flex;
    align-items: center;
    justify-content: center;
} 
div.embla__slide a div  img{ 
     object-fit: contain; }
div.embla__slide a div {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;}
.bg-secondary {
    background: linear-gradient(45deg, #c2b07c, #7a6f4d);
}
.text-foreground {
    color: #ffffff;
}
.text-primary-foreground {
    color: var(--primary-foreground);
}

.bg-primary {
    background-color: #232221;
}