#sponsors {
    padding-top: 30px;
    margin-top: 50px;
    border: solid 1px #ccc;
}
#sponsors p {
    font-weight: bold;
    text-align: center;
}
.sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}
.sponsors .sponsor {
    width: 100%;
    margin: 20px;
	align-self: center;
}
@media(min-width: 768px) {
    .sponsors .sponsor {
        width: 30%;
        margin: 20px 0;
    }
}

.sponsors .sponsor img {
    width: 100%;
    height: auto;
}