.logo-circular {
    width: 250px; /* Ajusta según tus necesidades */
    height: 250px; /* Es importante que el ancho y alto sean iguales */
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}