.footer-copyright {
    height: 40px;
    padding: 10;
    font-size: 18px;
}
.container.contactus {
    margin-bottom: 4rem;
}
.logo-contact {
    width: 150px;
    height: auto;
}
a {
    /* color: #012060; */
    color: white;
}
.containerimg {
    position: relative;
    text-align: center;
    color: white;
    padding: 2rem 0;
  }
  
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-weight: bold;
  }
  .bg-contact {
    /* background-image: url(/assets/img/bg2.png); */
    background-color: #012060;
    color: white;
}
.wh-map{
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {

    .wh-map{
        width: 100%;
        height: 490px;
    }
}