.brand-image {
    float: right;
    line-height: .8;
    max-height: 34px;
    width: auto;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: -3px;
  }

  .img-circle {
    border-radius: 50%;
  }

  .mx-2 {
    margin-left: 0.5rem !important;
  }

  .width200 {
    width: 150px !important;
    margin-bottom: 30px;
  }


  .bg {
    background-image: url(img/bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
  }
  
  
  .prodImage {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }


  .wh100{
    width: 100px;
    height: 100px;
  }

  .wh100p{
    width: 100%;
  }