

/* VENDORS
======================================================================================================================== */

.vendors {background: #fff; border-radius: 10px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05); box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05); /* padding: 30px; */ flex: 1; /* height: 580px; */}
.box-vendor{ padding: 30px; border-radius: 10px; text-align: center; background-size: cover!important; color: #fff;}
.vendor-logo {max-height: 50px; margin-bottom: 25px;}

.vendors:not(:last-child) {margin-bottom: 30px;}
.vendors h2  {margin: 0px; padding: 10px 0px 20px 0px; display: block; line-height: 2.2rem; font-size: 26px; }


@media(max-width:768px) {

    .box-vendor-1 {background-position: 80% 50%; }
    .box-vendor-2 {background-position: 25% 50%; }
    .box-vendor-3 {background-position: 77% 50%; }
}