﻿.FooterBanners {
  background-color: #F5F5F5;
  padding: 50px 0;
  text-align: center;
}

.FooterBanners .components {
  margin-top: 0;
  margin-bottom: 0;
}

.FooterBanners .components .component {
  padding-bottom: 0;
}

.FooterBanners .components .component .row {
  padding: 0 4em;
}

.FooterBanners .components .component a {
  display: block;
  margin: 0 1em 0 0;
  max-height: 250px;
  max-width: 300px;
}

@media screen and (Max-width: 767px) {
  .FooterBanners .components .component a {
    margin: 15px 0;
  }
}

/*# sourceMappingURL=FooterBanners.css.map */