@media only screen and (min-width: 769px) {
  .mapBox__head {
    margin-bottom: 20px;
  }
  .mapBox__title {
    font-size: 3.2rem;
    line-height: 1.375;
  }
  .mapBox__subtitle {
    font-size: 1.4rem;
    line-height: 1.28571;
    font-weight: bold;
    color: #005068;
  }
}

@media only screen and (max-width: 768px) {
  .mapBox__head {
    margin-bottom: 10px;
  }
  .mapBox__title {
    font-size: 2.1rem;
    line-height: 1.33333;
  }
  .mapBox__subtitle {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #005068;
  }
}

@media only screen and (min-width: 769px) {
  .borderBox {
    border: 1px solid #ccc;
    padding: 25px 40px 20px;
    margin-bottom: 30px;
  }
  .borderBox__list {
    font-size: 0;
  }
  .borderBox__listItem {
    display: inline-block;
    margin: 5px 50px 5px 0;
  }
  .borderBox__listItem a {
    transition: .5s all ease !important;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2;
  }
  .borderBox__listItem a:hover {
    color: #008eb5 !important;
  }
  .borderBox__listItem a i {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .borderBox {
    border: 1px solid #ccc;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .borderBox__list {
    font-size: 0;
  }
  .borderBox__listItem {
    display: inline-block;
    margin: 5px 50px 5px 0;
  }
  .borderBox__listItem a {
    transition: .5s all ease !important;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .borderBox__listItem a:hover {
    color: #008eb5 !important;
  }
  .borderBox__listItem a i {
    margin-right: 6px;
  }
}

.normalBox__list {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .normalBox__list {
    display: inline-block;
    margin: 5px 50px 5px 0;
  }
  .normalBox__list a {
    transition: .5s all ease !important;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .normalBox__list a:hover {
    color: #008eb5 !important;
  }
  .normalBox__list a i {
    margin-right: 6px;
  }
}
