.logo-container {
    position: relative;
    width: 250px; /* Ajusta el tamaño según sea necesario */
    height: 250px;
}
.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}