.banner{
    background: url("/assets/images/backgrounds/bu-partner-banner-bg.jpg") no-repeat center;
    background-size: cover;
}
.banner .container{
    padding-bottom: 110px;
    padding-top: 110px;
}
.banner h1{
    font-size: 48px;
    letter-spacing: 1px;
    color: #091871;
}
.banner .banner-panel{
    padding-top: 110px;
    padding-bottom: 110px;
}
.build {
    background: #fff;
}
.build .container{
    padding-top: 80px;
    padding-bottom: 80px;
}

.build .f-14{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 55px;
}

.build .col-md-6{
    padding-right: 30px;
    padding-left: 30px;
}
.build .vertical-box{
    padding: 30px  15px;
}
.build  .caption{
    margin-top: 25px;
}
.build  .row{
    margin-bottom: 35px;
}
.build a.btn{
    margin-top: 20px;
}
.our {
    background: #eee;
}
.our .container{
    padding-top: 45px;
    padding-bottom: 45px;
}
.our p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
@media (max-width: 991px) {
    .build .vertical-box{
        margin-bottom: 15px;
    }
}


@media all and (min-width:992px) {

    .row {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .vertical-box,.combination-box,.toggle-reviews {
        height: 100%;
    }
}