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

body#article section#articleTitle {
  height: 230px;
}

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

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

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

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

.active{
  color: #156194;
}