.nt-free-delivery {
  max-width: 1430px;
  margin: 0 auto;
  padding: 60px 15px 0;
  text-align: center;
}

.nt-free-delivery__content {
  max-width: 1110px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

.nt-free-delivery__content p {
  margin: 0 0 12px;
}

.nt-free-delivery__content p:last-child {
  margin-bottom: 0;
}

.nt-free-delivery__action {
  margin-top: 40px;
}

.nt-free-delivery__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 236px;
  min-height: 53px;
  padding: 15px 60px;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}

@media (max-width: 575px) {
  .nt-free-delivery {
    padding-top: 40px;
  }

  .nt-free-delivery__button {
    width: 100%;
    min-width: 0;
    padding-right: 24px;
    padding-left: 24px;
  }
}
