.card-body {
	background: #f5f5f5!important;
}
.container-header .navbar-brand a {
	text-decoration: none!important;
}
@media (max-width: 768px) {
    .container-header .navbar-brand a {
      float: none;
      display: block;
      text-align: center;
    }
  .container-header .navbar-brand {
      font-size: 40px;
  font-size: calc(16px + 2.16vw);
  line-height: 36px;
  font-weight: normal;
    text-align: center;
    white-space: inherit!important;
  }
}
