#partner img{
    width: 170px;
    height: 50px;
}
#partner .row{
    margin-bottom: 10px;
}

.bg-success {
    background-color: rgb(20, 149, 67); !important;
}

.bg-primary{
    background-color: rgb(25,68,147); !important;
}

.btn-success {
    color: #fff;
    background-color: rgb(20, 149, 67);
    border-color: rgb(20, 149, 67);
}