.navbar .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 400;
}
.col-sm-3 .featured-item {
    min-height: 125px;
}
.col-sm-3 .panel-body-txt h3 {
    font-size: 15px;
}
.col-sm-4 .featured-item {
    min-height: 160px;
}
.logos-ministerio {
    margin: 10px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}
.logos-ministerio p {
    margin: 15px 0;
    font-size: 14px;
    flex-basis: 100%;
    text-align: center;
}
.logos-ministerio img {
    max-height: 70px;
    margin: 15px;
    max-width: 100%;
    width: auto;
    height: auto;
}
@media screen and (max-width:992px){
    .logos-ministerio {
        flex-flow: column nowrap;
        align-items: center;
    }
}