.delivery {
  margin-top: 95px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .delivery {
    margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delivery {
    margin-top: 50px;
  }
}

.delivery-title {
  font-weight: 400;
  font-size: 48px;
  color: #000;
  text-align: center;
  font-family: "ArialMT";
}
@media (min-width: 768px) and (max-width: 1230px) {
  .delivery-title {
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delivery-title {
    font-size: 36px;
  }
}

.delivery__box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 112px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .delivery__box {
    margin-top: 41px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delivery__box {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 30px 0;
  }
}

.delivery__box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: solid 2px #000;
  padding-right: 202px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .delivery__box-item {
    padding-right: 34px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delivery__box-item {
    padding-right: 0;
    border: 0;
  }
}

.delivery__box-item:last-child {
  border: transparent;
  padding-right: 0;
}
.delivery__box-item-icon {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .delivery__box-item-icon {
    width: 69px;
  }
}

.delivery__box-subtitle {
  font-family: "ArialMT";
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 40px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .delivery__box-subtitle {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delivery__box-subtitle {
    font-size: 16px;
  }
}

.delivery__box-text {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 29px;
  color: #000;
}

.delivery__phone-link {
  text-decoration: none;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .delivery__box-text {
    font-size: 15px;
    margin-bottom: 29px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delivery__box-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.delivery__box-text b {
  font-family: "ArialMT";
}

.delivery__bottom {
  margin: auto;
  margin-top: 100px;
  /* width: 1280px; */
}
@media (min-width: 768px) and (max-width: 1230px) {
  .delivery__bottom {
    margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .delivery__bottom {
    display: none;
  }
}

.delivery__bottom-text {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .delivery__bottom-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
