component-footer-c footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
component-footer-c footer div[ng-transclude] {
  background-color: rgba(0, 0, 0, 0.6);
}
component-footer-c footer .display-table {
  height: 500px;
  width: 100%;
}
component-footer-c footer .display-table h1 {
  color: #fff;
  font-size: 52px;
  padding: 0 20px;
  margin-bottom: 30px;
}
component-footer-c footer .display-table a {
  color: #fff;
  font-size: 20px;
  opacity: 0.9;
}
component-footer-c footer .display-table a:hover {
  text-decoration: none;
}
