@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.maps-numbers-section {
  overflow: hidden;
}

.maps-numbers-section iframe {
  height: 380px;
  overflow: hidden;
}

.maps-numbers-section .phone-numbers-div {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.maps-numbers-section .phone-numbers-div .germany-number,
.maps-numbers-section .phone-numbers-div .spain-number {
  font-size: x-small;
}

.g-maps-div {
  position: relative;
}

.abs-phone-numbers {
  position: absolute;
  background-color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
}
/*# sourceMappingURL=maps.css.map */