.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.directions-all {
  position: relative;
  margin-top: 50px;
}

.directions-all__item {
  margin-bottom: 40px;
}

.directions-all__item:last-child {
  margin-bottom: 0;
}

.directions-all-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.directions-all-item a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ff5c00;
}

.directions-all-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 20px;
}

.directions-all-item__letter {
  font-family: "Inter", normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8.93%;
          flex: 0 1 8.93%;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 120%;
}

.directions-all-item__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}

.directions-all-item__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.05%;
          flex: 0 1 48.05%;
}

.directions-all-item__item a {
  color: #222;
  font-size: 1rem;
  line-height: 150%;
}

.directions-all-item__btn {
  margin-top: 16px;
}

.directions-all-item__btn .btn-local {
  margin-left: 170px;
}

@media (max-width: 1919px) {
  .directions-all-item__letter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }

  .directions-all-item__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 385px;
            flex: 0 1 385px;
  }
}

@media (max-width: 1199px) {
  .directions-all-item__letter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }

  .directions-all-item__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .directions-all-item__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 302px;
            flex: 0 1 302px;
  }

  .directions-all-item__btn .btn-local {
    margin-left: 140px;
  }
}

@media (max-width: 833px) {
  .directions-all-item__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .directions-all-item__letter {
    font-size: 1.5625rem;
  }

  .directions-all-item__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .directions-all-item__item a {
    font-size: 0.9375rem;
  }

  .directions-all-item__btn .btn-local {
    margin-left: 0;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
