.delivery-container {
  width: 100%;
  min-height: 100vh;
  background: url("../images/delivery/delivery-bg.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
}
.delivery-container::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.85);
}
.delivery-content {
  position: relative;
  z-index: 10;
  margin: 0px auto;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  max-width: 430px;
}

.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-container {
    padding-top: 80px;
  }
  .delivery-content {
    max-width: 100%;
    padding: 0px 20px;
    font-size: 14px;
  }
  .delivery-title p:first-child {
    font-size: 30px;
  }
  .txt-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
