.Linstituciones { margin: 40px auto; }
.Linstituciones h3 { text-align: center; color: #222; margin: 0 auto; font-weight: bold; }
.Linstituciones ul { list-style: none; margin: 10px auto 30px auto; padding: 0; text-align: center; width: 100%; }
.Linstituciones li { display: inline-block; width: 46%; margin: 5px 1%;  }
.Linstituciones li img { width: 100%; height: auto; border-radius: 5px; margin: 0 auto; }
.Linstituciones a { text-decoration: none; text-align: right; font-size: 12px; margin: 5px auto; }

@media (min-width: 576px) {
.Linstituciones li { width: 17%; margin: 20px auto; }
.Linstituciones li img { margin: 5px auto; }
}