.sponsor-box .min-box {
    line-height: 20.5px;
}

.sponsor-box .img-wrapper{
    text-align: center;
}

.sponsor-box{
    border: 2px solid #333;
    border-radius: 5px;
    padding:2rem;
}

@media (min-width: 1025px){
    .sponsor-box .img-wrapper{
        min-height: 80px;
    }
}