.card_box .col-12 .card {
  position: relative;
}
.card_box .col-12 .card img {
  height: 200px;
}
.card_box .col-12 .card .read_more {
  bottom: 10px;
  width: 100%;
  position: absolute;
}

.news_ads_videos .card {
  height: 350px;
  min-height: 300px;
}

.all_events .card {
  height: 300px;
}

#brm_header .brm_card {
  height: 300px;
  transition: all 0.1s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#brm_header .brm_card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#brm_header .brm_card .top {
  color: aliceblue;
  height: 150px;
  display: flex;
}
#brm_header .brm_card .top .brm_number span {
  padding: 0 15px;
  font-size: 60px;
  font-weight: 900;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
#brm_header .brm_card .top .brm_name {
  padding-top: 15px;
}
#brm_header .brm_card .top .brm_name span {
  font-size: 30px;
  font-weight: 900;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#brm_header .brm_card .bottom {
  height: 140px;
  text-align: center;
}
#brm_header .brm_card .bottom img {
  height: 140px;
}/*# sourceMappingURL=news.css.map */