.delivery-container {
  width: 100%;
  min-height: 100vh;
  background: url("https://1313174138.vod-qcloud.com/59a52442vodcq1313174138/41e44dd13270835010486401017/q7paYOfmLSkA.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}
.delivery-container::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.85);
}
.delivery-content {
  position: absolute;
  z-index: 10;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  max-width: 430px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.delivery-title p:first-child {
  font-size: 35px;
}

.txt {
  margin-top: 40px;
}
.txt > p:last-child {
  font-weight: bold;
  line-height: 40px;
}
.txt-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.txt-item p {
  line-height: 25px;
}
.txt-item p:last-child {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .delivery-content {
    padding: 0px 20px;
    font-size: 14px;
    right: 0px;
    left: 0px;
    transform: translate(0px, -50%);
  }
  .delivery-title p:first-child {
    font-size: 30px;
  }
  .txt-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
