/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */
.inform-section {
  background: #fff;
}

.blog-section .card a h4 {
  font-weight: 300;
}

@media (max-width: 991px) {
  .blog-section .card a h4 {
    font-weight: 300;
    font-size: 1.525rem;
  }
}

@media (min-width: 992px) {
  #footer .logo-holder .logo {
    width: 15.75rem;
  }
}

#footer .logo-holder .logo img {
  border-radius: .875rem;
}
