div.capital_bg {
  background-image: url(https://dealpos-m-res.cloudinary.com/image/upload/v1676608601/umb-website/tour/Omnichannel-marketplace/omnichannel_marketplace_dealpos_c1hdil.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 400px;
}

div.marketplace_bg {
  background-image: url(https://dealpos-m-res.cloudinary.com/image/upload/v1676608601/umb-website/tour/Omnichannel-marketplace/omnichannel_marketplace_dealpos_c1hdil.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 400px;
}

p.h4 {
  line-height: 1.5;
}

p.h5 {
  line-height: 1.5;
}

p.h6 {
  line-height: 1.8;
}

main div.h-100 {
  min-height: 4rem;
}

.salon_bg {
  background-color: #faf0e4;
}

.gym_bg {
  background-color: #F7F7F9;
}

div.business-types {
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/home/types_bg.jpg);
}
div.business-types i {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/home/types_icons.png);
}
div.business-types i.bakery {
  background-position: 0 0;
}
div.business-types i.electronic {
  background-position: 0 -157px;
}
div.business-types i.rental {
  background-position: 0 -316px;
}
div.business-types i.fa-solidhion {
  background-position: 0 -479px;
}
div.business-types i.restaurant {
  background-position: 0 -631px;
}
div.business-types i.salon {
  background-position: 0 -782px;
}
div.business-types i.gym {
  background-position: 0 -915px;
}

@media (max-width: 575.98px) {
  div.col-sm > img {
    max-width: 350px;
    max-height: 300px;
  }
  div.header {
    text-align: center;
  }
  div.header > p {
    font-size: 0.75rem;
  }
  div.clearfix > p {
    font-size: 0.75rem;
  }
  div.business-types {
    background-image: none;
  }
  div.marketplace_bg {
    padding-top: 280px;
    background-image: url(https://res.cloudinary.com/pos/image/upload/v1598765615/UMBRACO/omnichannel/jumbotron_mobile_bg.jpg);
    background-color: #137BD4;
    background-size: 100%;
  }
}
img.brand {
  background: #fff;
  box-shadow: 0 0 0 6px white, 2px 2px 13px black;
}

#inventory-accordion .accordion-button {
  font-size: 1rem;
  color: #6c757d;
}
#inventory-accordion .accordion-body {
  font-size: 14px;
  color: #6c757d;
}
#inventory-accordion .accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
#inventory-accordion .accordion-button:not(.collapsed) {
  color: #3b5998 !important;
}/*# sourceMappingURL=business_types.css.map */