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

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

}

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

    justify-content: center;
    /*display: flex;*/
    /*display: flex;
    margin-top: 30px;*/
    text-align: center;
}

.footer-contact-wrapper.line{
    display: flex;
}

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

}

.footer-copyright{
    color: black;
    margin-top: 20px;


}