.main {
  background-color: #53565a;
  overflow: hidden; }
  .main #map {
    -webkit-transition: height 0.45s ease;
    -moz-transition: height 0.45s ease;
    -ms-transition: height 0.45s ease;
    -o-transition: height 0.45s ease;
    transition: height 0.45s ease;
    height: 352px; }
  .main .section1 {
    padding: 0 3.5%;
    margin: 70px auto 145px; }
    .main .section1 .info {
      margin-top: 60px;
      color: #bdbdbd;
      font-size: 1.08333rem;
      text-align: center; }
      .main .section1 .info i {
        font-size: 50px;
        color: #17bdde; }
      .main .section1 .info p {
        margin-top: 10px;
        line-height: 25px; }
      .main .section1 .info:first-child {
        margin-top: 0; }

/*# sourceMappingURL=style.css.map */
