.footer {
  height: 200px;
  background-color:#4b7a91;
  text-align: center;
 
}

.footer-logo{
  margin: 10px;
  height: 40px;

}

.footer-contact-wrapper{
    height: 85px;

    justify-content: center;
    display: flex;
    margin-top: 30px;
}

.footer-contact-info{
    width: 300px;
    color: white;

}

.footer-copyright{
    color: black;

}