.logo.grid.image {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

ul.logo-list {
    text-align: center;
    padding-left: 0;
    padding: 2em .25em;
    margin-bottom: 0;
}

ul.logo-list li {
    margin-bottom: .5em;
    list-style: none;
}

.section.logos h2 {
    text-align: center;
}

.section.logos button {
    margin: 0 auto;
    display: block;
    position: relative;
}

.btn-info {
    background-color: #0081c6 !important;
    border-color: #0081c6 !important;
}

.btn-info:active:hover, .btn-info:active:focus {
    border-color: transparent !important;
}
.btn:focus, .btn:active:focus {
    outline: 5px auto transparent !important;
}

/* Add media queries on mobile devices */
@media (max-width: 767px) {
    .logo.grid.image {
        display: block;
        margin: 0 auto;    
    }
    ul.logo-list {
        padding: 0;
    }
    ul.logo-list:first-child {
        padding-top: 2em;
    }
    ul.logo-list:last-child {
        padding-bottom: 2em;
    }
}
/* Add media queries to display as single on mobile devices */
@media (min-width: 768px) {
}

@media (min-width: 992px) {
   
}

