.divEforbizz{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.logo-homepage{
  transition: 0.8s;
  width: 40%!important;
  margin-bottom: 50px;
}

.logo-homepage:hover{
  transition: 0.8s;
  width: 44%!important;
}

.map-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  padding-top: 0.5em;
}