.bg-kids {
    background-color: #A1DED2;
}
.center-kids .row>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-kids {
    width: 370px;           
    height: 370px;        
    object-fit: cover;      
    border-radius: 50%;     
    display: block;       
    margin: 0 auto;        
}
.text-kids{
    font-size: 18px;
}
.logo-kids {
    max-width: 320px; 
    height: auto;
}
.contenedor-logo {
    display: flex;
    justify-content: center; 
    align-items: center;    
}
@media (max-width: 991px) {
    .img-kids {
    width: 300px;           
    height: 300px;   
    }
}