.spon-col-right, .spon-col-left, .spon-col{
    width: 20%;
    height: 300px;
    background-color: #0F1425;
    color: white;
}
.spon-col-left, .spon-col{
    float: left;
    margin-left: 10%;
}
.spon-col-right{
    float: right;
    margin-right: 10%;
}

.sponsor{
    padding-top: 50px;
    background-color: white;
    color: #0F1425;
}
.sponsor h3{
    padding-bottom: 40px;
}
.spon-row{
    margin-top: 40px;
    margin-bottom: 60px;
    height: 300px;
}