.rx-sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 !important;
}

ul.rx-sponsors li::before {
    content: none !important;
}

.rx-sponsors .rx-sponsor {
	background-color: #ccc;
	padding: 20px;
	border-radius: 10px;
    margin-bottom: 5px;
}

.rx-sponsors .rx-sponsor img {
    max-width: 250px;
    max-height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rx-sponsors .rx-sponsor a {
    text-align: center;
}

.rx-sponsors .rx-sponsor p, .rx-sponsors .rx-sponsor figcaption {
    text-align: center;
    margin: 0;
}