.section1 {
  padding: 0 24px;
  margin-bottom: 18px;
}

.section1 h1 {
  font-size: 1.667rem;
  margin-bottom: 15px;
  color: #333;
  line-height: 1;
}

.section1 p {
  font-size: 1.25rem;
  color: #333333;
}

.section1 p span {
  color: #0a9287;
}

@media (min-width: 1206px) {
  .section1 {
    text-align: center;
    margin-bottom: 42px;
  }
  .section1 br {
    display: none;
  }
  .section1 h1 {
    font-size: 32px;
    margin-bottom: 29px;
  }
  .section1 p {
    font-size: 24px;
  }
  .section1 p span {
    color: #333;
  }
}

.section2 {
  width: 100%;
  height: 200px;
  background-image: url("../img/map.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 23px;
}

@media (min-width: 1206px) {
  .section2 {
    max-width: 1188px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    height: 320px;
    margin-bottom: 68px;
  }
}

.section3 {
  padding: 0 19px;
}

.section3 div {
  margin-bottom: 24px;
}

.section3 div h1 {
  font-size: 1.167rem;
  color: #0a9287;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.56px;
  margin-bottom: 11px;
}

.section3 div h1::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  background-color: #0a9287;
  margin-right: 5px;
  vertical-align: top;
}

.section3 div p {
  font-size: 1rem;
  line-height: 1.33;
  color: #333333;
}

.section3 div ul {
  width: 282px;
}

.section3 div ul:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1206px) {
  .section3 div ul {
    width: 690px;
  }
}

.section3 div ul li {
  width: 88px;
  height: 88px;
  float: left;
  display: table;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 6px;
  position: relative;
  background: #fff;
}

.section3 div ul li::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #0a9287;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -14px;
  width: 14px;
  height: 1px;
}

@media (min-width: 1206px) {
  .section3 div ul li {
    width: 141px;
    height: 141px;
    margin-right: 113px;
    margin-bottom: 25px;
  }
  .section3 div ul li::after {
    right: -100%;
    width: 139px;
  }
  .section3 div ul li p {
    padding: 0 17px;
    letter-spacing: -0.9px;
  }
  .section3 div ul li p br {
    display: block;
  }
}

.section3 div ul li:nth-child(3n) {
  margin-right: 0px;
}

.section3 div ul li:nth-child(3n)::after {
  display: none;
}

.section3 div ul li p {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-size: 1rem;
}

.section3 div ul li p span {
  color: #0a9287;
}

@media (min-width: 1206px) {
  .section3 div {
    max-width: 1188px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 50px;
  }
  .section3 div h1 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1206px) {
  .section3 br {
    display: none;
  }
  .section3 div h1 {
    font-size: 24px;
  }
  .section3 div h1::before {
    height: 20px;
    vertical-align: unset;
  }
  .section3 div p {
    font-size: 20px !important;
  }
}
/*# sourceMappingURL=directions.css.map */