@media (max-width: 767px) {
  .acility {
    padding: 20px 0;
  }
  .acility__txt {
    font-size: 14px;
  }
  .acility__list {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 20px 0;
    width: 100%;
  }
  .acility__list::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    background: #4F7EB4;
  }
  .acility__list li {
    width: 50%;
    font-size: 12px;
  }
  .acility__list li + li {
    margin-top: 15px;
  }
  .acility__list li strong,.acility__list li p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .acility__list strong {
    position: relative;
    border-bottom: 1px solid #4F7EB4;
    color: #4F7EB4;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .acility__list strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 10px;
    border-radius: 9999px;
    background: #4F7EB4;
    transform: translate(-50%, 50%);
  }
  .acility__list .acility__list__left strong::after {
    left: auto;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
  }
  .acility__list__right {
    margin-left: auto;
    margin-right: 0;
  }
}