#map-holder {
  height: 400px;
}
hr {
  border-top-color: #ddd !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* STYLES GO HERE */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* STYLES GO HERE */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* STYLES GO HERE */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .content-page {
    margin-top: 10px;
  }
  h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .page-telefones h2 {
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  /* STYLES GO HERE */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: portrait) {
  /* STYLES GO HERE */
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1920) {
  /* STYLES GO HERE */
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1920) and (orientation: landscape) {
  /* STYLES GO HERE */
}
