.carousel-inner{
    background-image: url("../images/new-wholesale.jpeg");
    height: 330px !important;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.text-container{
    padding: 10px 20px;
    background-color: grey;
    border-radius: 20px 20px 0px 0px;
    opacity: .9;
    text-transform: capitalize;
}
.wholesale-container h3 i{
    color: #ecba24;
}
.brands img{
    height: 150px;
    border-radius: 50px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
    min-width:300px;
}
.brands p{font-size:18px;font-weight:300;}