body#news {
  background: url('https://storage-asset.msi.com/template/images/aio/img/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

body#news section#newsTitle {
  height: 230px;
}

body#news .card {
  border: none;
  margin: 30px auto;
}

body#news article img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body#news article h5,
body#news article p {
  color: #000000;
}

.align-self-inline{
  display: inline-block;
  padding: 20px;
}

.active{
  color: #156194;
}