/*
Theme Name: Total Child Theme
Theme URI: http://totalwptheme.com
Description: Total WordPress child theme.
Author: BMA Media Group
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.container-map {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 1rem 4rem;
}

.map-instructions {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem 3.5rem;
  text-align: center;
}

.map-instructions h3 {
  font-size: 22px;
  margin: 0;
}

.map-instructions h3:not(:last-of-type) {
  margin: 0 auto 1rem;
}

@media only screen and (max-width: 1024px) {
  .map-instructions h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .map-instructions h3 {
    font-size: 16px;
  }
}
