.delivery-container {
  font-size: inherit;
}

.delivery-container .title-border {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.delivery-container .delivery-select-container__select {
  background-color: #f9f8f7;
}

.delivery-container .delivery-caution {
  font-size: inherit;
}

@media screen and (max-width: 749px) {
  .delivery-container {
  margin-bottom: 50px;
  }
}