.sponsorlist {
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sponsorship:first-child {
    width: 100%;
}
.sponsorship .row {
    max-width: 1180px;
    margin: 0 auto;
}
.sponsorlist > div {
    border: 1px solid #204d74;
    overflow: hidden;
    padding: 0.75rem 5px;
    width: 48%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.sponsorlist > div h2 {
    text-align: center;
    margin-bottom: 0.5em;
}
.sponsorlist .extended-list {
    width: 100%;
    margin-bottom: 2rem;
 }
.sponsorlist .col-md-3 {
  width:auto;
}
@media (max-width: 768px) {
    .sponsorlist > div {
        width: 100%;
    }
}