.content h3 {
  font-size: 50px;
}

.content h4 {
  font-size: 30px;
  margin-top: 20px;
}

.ad2 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #1f1f1f;
}

.ad2 i {
  margin-right: 12px;
  font-size: 40px;
}

.map {
  margin-top: 40px;
  width: 100%;
}

@media (max-width: 900px) {
  .content h3 {
    font-size: 30px;
  }
}
/*# sourceMappingURL=c.css.map */