
.bcat-item{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.bcat-top-wrapper{
  padding:0;
}

.bcat-h2{
    margin: 0px;
    border-radius: 10px 10px 0px 0px;     
}

.bcat-h2 h2{
    text-align: center;
    padding: 6px 0px;
    font-weight: 500;
    color: #fff;
 }


.bcat-bottom-wrapper{
  padding:8px 0px 8px 0px;
  display: flex;
  flex-direction: column;
  flex-wrap:nowrap;
  align-items: center;
}

@media (min-width: 600px){
  .bcat-bottom-wrapper{
    padding:0;
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
  }
}

.bcat-img-wrapper{
  padding: 0;
  width: 40%;
  min-width:200px;
  margin-left:10px;
  display:block;  
}


.bcat-img{
  border-radius: 10px;
  height: auto;
  padding: 0;
  margin-top:10px;
  display:block;  
}

@media (min-width: 600px){
.bcat-img{
  margin:0;
 }
}


.bcat-text{
  width:90%;
  padding:14px;
  font-size:1.4rem;
  margin: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 600px){
.bcat-text{
  width:100%;
  padding:8px 16px;
}
}