.bm_container {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 10px 0px 10px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.bm_container h4{
  font-size: 14px;
  line-height: 17px;
  margin: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.bm_container h2{
  font-size: 12px;
  line-height: 15px;
  margin: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}


@media screen and (max-width: 550px) {
.bm_container {
  font-size: 14px;
  line-height: 16px;
  margin: 5px 5px 0px 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.bm_container h4{
  font-size: 12px;
  line-height: 14px;
  margin: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.bm_container h2{
  font-size: 10px;
  line-height: 12px;
  margin: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

}