.nopointer {
    cursor: default;
}
.bv_submenu {
    text-align: center;
    width: 80%;
    margin: 65px auto 0px;
}
.bv_submenu__tab.active {
    background: #2b3a6b;
    color: white;
}
.bv_submenu__tab {
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    color: #2b3a6b;
    margin: 0px 10px;
    border: 1px solid #2b3a6b;
    cursor: pointer;
}
.ch_wrapper, .md_wrapper {
    display: none;
}
.paragraphcontent_bv {
    padding: 30px 40px 65px 0px;
    text-align: justify;
    width: 60%;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #0c1223;
    margin: 0 auto;
}
.brands {
    display: flex;
    background: aliceblue;
}
.brands .ownbrands {
    padding-bottom: 45px;
}
.w50 {
    width: 50%;
}
.title_bv {
    font-size: 21px;
    padding: 50px 20px 10px;
    text-align: justify;
    font-family: montserrat;
    color: #2b3a6b;
    text-transform: none;
    font-weight: bold;
}
.brands-outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.w35 {
    width: 35%;
}
.logoimg img {
    width: 100%;
}
.logoname {
    background: #469b4e;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 20px;
}
.w33 {
    width: 33%;
}

.brandsslug {
    border-radius: 3px;
    filter: drop-shadow(1px 1px 5px grey);
    background: white;
    margin: 20px;
    cursor: pointer;
}
@media (max-width: 1024px) {
  .w50 {
    width: 100%;
  }
  .w33{
    width: 0%;
  }
}
@media (max-width: 767px) {
.product-showcase .brands.truelife.wrx .brandsslug.w20{
  width:100%;
}

.product-showcase .paragraphcontent_bv {
  padding:40px 0;
width:95%;
}

.ch_wrapper .ownbrands .brands-outer{
  display: block;
}
.ch_wrapper .ownbrands .brands-outer .brandsslug {
  width:auto;
}
}
