#info{
    background: #ffffff;
    color:#fff;
    text-align: center;
    padding: 20px;
}

#info .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-pet{
    margin: 20px;
}

.info-pet .titleP{
    background: #620204;
	padding: 1px;
}


.info-pet img{
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 3px solid #620204;    
}


.info-pet  h3,h4,h5,h6{
	font-family:'Open Sans', Arial, sans-serif;
	font-weight: normal;
	line-height:1.1em;
	color:#ffffff;
}

@media(min-width:480px){
    .info-pet{
        width: 40%;
    }
}

@media(min-width:1024px){
    .info-pet{
        width: auto;
    }
}