.module-footer-a .footer-image {
  background-image: url(/wp-content/themes/paperstreet/images/footer.jpg);
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-footer-a .footer-home-image{
  background-image: url(/wp-content/themes/paperstreet/images/footer-large-min.jpg);
  min-height: 950px;
  padding-top:180px;
}

.module-footer-a .footer-home-image .text-left {
  text-align: center;
}

@media screen and (min-width: 769px){
  .module-footer-a .footer-home-image .text-left {
    text-align: left;
  }
  .module-footer-a .footer-home-image .medium-5 {
    padding-top: 60px;
  }
}

.module-footer-a .footer-upper-phone {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 8px;
}

.module-footer-a .footer-lower,
.module-footer-a p,
.module-footer-a h2,
.module-footer-a span {
  color: #fff;
}

.module-footer-a a{
  color: #f1d066;
  text-decoration: underline;
}

.module-footer-a a:hover,
.module-footer-a a:focus {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width:1025px){
  .module-footer-a .footer-lower{
    display: flex;
    justify-content: space-evenly;
  }
}

.module-footer-a .footer-bottom span,
.module-footer-a .footer-bottom a{
  color:#121362;
  font-size:0.78rem;
  position: relative;
}

.module-footer-a .footer-bottom a:hover,
.module-footer-a .footer-bottom a:focus {
  text-decoration: underline;
}

.module-footer-a .footer-bottom a {
  text-transform: uppercase;
}