#bongooglemap {
  position: relative;
}

#bongooglemap .bongooglemap-info {
  max-width: 410px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  background: #d0a79c;
  z-index: 1;
  padding: 28px;
}

#index #bongooglemap #googlemap {
  width: 100%;
  margin: 0;
}

#bongooglemap #googlemap {
  width: 99%;
  height: 445px;
  margin: 0 10px;
}

.bongooglemap-logo {
  float: left;
  margin-right: 20px;
  width: 170px;
}
.googlemap-popup .description {
  float: right;
}

body .footer-before {
  padding: 0;
}

#bongooglemap .bongooglemap-info .bongooglemap-info-top {
  text-align: center;
  margin-bottom: 49px;
}

#bongooglemap .bongooglemap-info .bongooglemap-info-top h3 {
  font-family: 'Cormorant Infant';
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 25px;
}

#bongooglemap .bongooglemap-info .bongooglemap-info-top p {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

#bongooglemap .bongooglemap-info .bongooglemap-info-bottom-item {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#bongooglemap .bongooglemap-info .bongooglemap-info-bottom-item span {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #bongooglemap .bongooglemap-info {
    height: auto;
    max-width: initial;
    left: 0;
    display: block;
  }

  #bongooglemap .bongooglemap-info .bongooglemap-info-top h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  #bongooglemap .bongooglemap-info .bongooglemap-info-top p {
    font-size: 14px;
  }

  #bongooglemap .bongooglemap-info .bongooglemap-info-bottom-item span {
    font-size: 14px;
  }

  #bongooglemap #googlemap {
    height: 745px;
  }

  #bongooglemap .bongooglemap-info .bongooglemap-info-top {
    margin-bottom: 30px;
  }

  #bongooglemap .bongooglemap-info .bongooglemap-info-bottom-item {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

