section p {
  color: #696969;
}
section p a {
  color: #0555b8;
}
section p a .material-icons {
  font-size: 15px;
  vertical-align: text-bottom;
}

.header {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 40px;
  margin-top: 26px;
}

.ltd {
  padding-top: 100px;
  padding-bottom: 40px;
}
.ltd h2 {
  line-height: 1.5;
  padding-right: 80px;
}
.ltd .details {
  padding-top: 60px;
}

.maps {
  padding-top: 100px;
  padding-bottom: 40px;
}
.maps .contact-info {
  border-left: 1px solid #c9c9c9;
}
.maps .contact-info .btn-link {
  padding-left: 0;
}

#map_test {
  height: 340px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 567px) {
  
  .header {
    padding-top: 40px;
  }
  
  .ltd {
    padding-top: 20px;
  }
  .ltd h2 {
    padding-right: 0
  }
  .ltd .details {
    padding-top: 0px;
  }
  
  .maps {
    padding-top: 20px;
  }
  .maps .contact-info {
    border-left: 1px solid #c9c9c9;
  }
  .maps .contact-info .btn-link {
    padding-left: 0;
  }
  
  #map_test {
    margin-top: 26px;
  }
}
