#info{
    background: #154c9a;
    color: #fff;
    text-align: center;
    padding: 20px;
}

#info .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-pet{
    margin: 20px;
}

.info-pet img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid rgb(182, 182, 182);
}

@media(min-width:480px){
    .info-pet{
        width: 40%;
    }
}

@media(min-width:1024px){
    .info-pet{
        width: auto;
    }
}