.google-map-block {
  min-height: 90vh;
  background: var(--color-light-gray);
  position: relative;
}
.google-map-block .p7-pin {
  padding: 10px;
}

.acf-map {
  width: 100%;
  height: 1000px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}

.btitle {
  font-weight: bold;
  color: black;
  font-family: "Poppins", "sans-seri";
}
@media (max-width:767px){
  .google-map-block {
    min-height: 240px;
    height:auto;
  }
  .google-map-block > div {
    top:50% !important;
    left:50% !important;
    transform: translate(-50%, -50%);
  }
}