.single-img{
  padding: 0 5px 20px ;
}

.img-area{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.img_grande{
  height: 263px;
  width: 250px;
}

.wrapper{
  top: -174px;
  position: relative;
  width: 200%;
}

.maps{
  width:644px; 
  height:190px; 
  left:438px; 
  top:-153; 
  position:relative
}

.unidades_recife{
  top:-107; 
  position:relative;
}

@media (max-width: 460px) {
  .img_grande{
    height: 163px;
    width: 150px;
  }

  .wrapper{
    width: 100%;
    top: -19px; 
  }

  .img-area{
    flex-wrap: wrap;
  }

  .maps{
    left: 0px;
    top:-1px;
    width: 387px;
  }

  .unidades_recife{
    top:-3px;
  }

}